summaryrefslogtreecommitdiffstats
path: root/qtwebengine.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qtwebengine.pro')
-rw-r--r--qtwebengine.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/qtwebengine.pro b/qtwebengine.pro
index 3c7b2e980..605e0a2e1 100644
--- a/qtwebengine.pro
+++ b/qtwebengine.pro
@@ -1,5 +1,3 @@
-load(qt_parts)
-
TEMPLATE = subdirs
# The first three subdirs contain dummy .pro files that are used by qmake
@@ -55,3 +53,6 @@ debug.depends: qmake
QMAKE_EXTRA_TARGETS += release \
debug
+
+# Move this to the beginning of the project file as soon as we moved to the src layout
+load(qt_parts)