don't auto-install example sources by default for all modules

turns out that some modules need a lot of work, so make it opt-in for
the time being.

Change-Id: I16365e3d96adab98a1bc748907dbd67488dfad5f
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
This commit is contained in:
Oswald Buddenhagen 2012-11-30 17:42:45 +01:00 committed by The Qt Project
parent 25aa803af7
commit d902b3a481
2 changed files with 1 additions and 1 deletions

View File

@ -1 +1,2 @@
load(qt_build_config)
CONFIG += qt_example_installs

View File

@ -29,7 +29,6 @@ CONFIG += \
create_prl link_prl \
testcase_targets \
prepare_docs qt_docs_targets \
qt_example_installs \
no_private_qt_headers_warning QTDIR_build \
# Qt modules get compiled without exceptions enabled by default.
# However, testcases should be still built with exceptions.