From 4c19349e2ddd74995e045e91cd62cbc2130cde0c Mon Sep 17 00:00:00 2001 From: Andras Becsi <andras.becsi@digia.com> Date: Mon, 20 Oct 2014 17:15:35 +0200 Subject: [PATCH] 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> --- qtwebengine.pro | 6 ------ 1 file changed, 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) -- GitLab