summaryrefslogtreecommitdiff
path: root/src/designer/src/components/lib/lib.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-02-12 16:48:58 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-02-25 16:56:07 +0000
commit0cd2dd1c29e41ce3061fd9d6365f36bdb7887cc4 (patch)
tree84671f7276db4a4f0433833108c4ec44ca04ff15 /src/designer/src/components/lib/lib.pro
parent6cd2ac8a9044f450766ae05b1b56c458699c21b6 (diff)
downloadqttools-0cd2dd1c29e41ce3061fd9d6365f36bdb7887cc4.tar.gz
consistently put {qt,qml}_{module,plugin} at the end of project files
this fixes static builds by ensuring that all dependencies are exported. Task-number: QTBUG-51071 Change-Id: I97269045b2e51af47aa9eea8ac7e291ac3c03ab1 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/designer/src/components/lib/lib.pro')
-rw-r--r--src/designer/src/components/lib/lib.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/designer/src/components/lib/lib.pro b/src/designer/src/components/lib/lib.pro
index b1e88e078..e7d27a79b 100644
--- a/src/designer/src/components/lib/lib.pro
+++ b/src/designer/src/components/lib/lib.pro
@@ -4,8 +4,6 @@ QT = core gui-private widgets-private designer-private
QT_PRIVATE = xml
CONFIG += internal_module
-load(qt_module)
-
# QtDesignerComponents uses
DEFINES += QT_STATICPLUGIN
DEFINES += QDESIGNER_COMPONENTS_LIBRARY
@@ -43,3 +41,5 @@ PRECOMPILED_HEADER= lib_pch.h
# * MinGW-builds GCC 4.7.1 64-bit
# * MinGW-w64 GCC 4.7.1 64-bit (rubenvb)
mingw:CONFIG -= precompile_header
+
+load(qt_module)