summaryrefslogtreecommitdiffstats
path: root/qtwebengine.pro
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2014-10-20 17:15:35 +0200
committerAndras Becsi <andras.becsi@digia.com>2014-10-20 19:07:10 +0200
commit4c19349e2ddd74995e045e91cd62cbc2130cde0c (patch)
tree56eafc6b08312f26a7687ccc1a26670998d6a112 /qtwebengine.pro
parentacce17434876082ba46c631109b48e641185ca17 (diff)
Let Qt decide whether to build the examples
Remove old workaround, since because QtWebEngine is already part of Qt 5 and we do no longer need to force building the examples. Change-Id: If6c0d2ba07c59c4965142274b5802b1ed18fe418 Reviewed-by: Michael Bruning <michael.bruning@digia.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)