summaryrefslogtreecommitdiffstats
path: root/qtwebengine.pro
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@theqtcompany.com>2015-03-04 14:06:05 +0100
committerAndras Becsi <andras.becsi@theqtcompany.com>2015-03-04 13:20:47 +0000
commit96f4439589d9385dd10f5e6dc1fa225b17d2eec5 (patch)
tree67dfcae2ff8a06cadd7dcca512b739efc6e37683 /qtwebengine.pro
parent9e7618bc04bd29d5782654ecb6633d93510a4e70 (diff)
Fix compiler detection and let Qt decide if examples should be built
This fixes the build on OS X if the path to clang is not cached, and only builds examples if Qt was configured to do so. This has already been fixed in dev. Change-Id: Ia2d17f38f30e832425f6e1cd014b46a6c6ae78ec Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
Diffstat (limited to 'qtwebengine.pro')
-rw-r--r--qtwebengine.pro6
1 files changed, 0 insertions, 6 deletions
diff --git a/qtwebengine.pro b/qtwebengine.pro
index 366446c7a..5156e4620 100644
--- a/qtwebengine.pro
+++ b/qtwebengine.pro
@@ -1,8 +1,2 @@
load(qt_build_config)
-
-# As long as we are a module separate from the rest of Qt, we want to unconditionally build examples.
-# Once part of Qt 5, this should be removed and we should respect the Qt wide configuration.
-QTWEBENGINE_BUILD_PARTS = $$QT_BUILD_PARTS
-QTWEBENGINE_BUILD_PARTS *= examples
-
load(qt_parts)