don't auto-install example sources by default for all modules
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>
Fri, 30 Nov 2012 16:42:45 +0000 (17:42 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 3 Dec 2012 14:56:28 +0000 (15:56 +0100)
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>
.qmake.conf
mkspecs/features/qt_build_config.prf

index 42ba8e4..5de255c 100644 (file)
@@ -1 +1,2 @@
 load(qt_build_config)
+CONFIG += qt_example_installs
index e9d5367..29dd354 100644 (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.