aboutsummaryrefslogtreecommitdiffstats
path: root/src/winextras
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-02-12 16:53:58 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-02-25 16:56:42 +0000
commit8a3f5d0b9c5a9a925431590cf8bbd99bbbed8cd3 (patch)
treec45a59704f5ae2481ae62918af7d7cac571cc76c /src/winextras
parentcffeddfab1467561ec7a2df7ccbe6c634cdf89a6 (diff)
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: I0b7d178c0430549b81367f7ab500ea804d44152e Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/winextras')
-rw-r--r--src/winextras/winextras.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/winextras/winextras.pro b/src/winextras/winextras.pro
index 7f6bba4..9968ba8 100644
--- a/src/winextras/winextras.pro
+++ b/src/winextras/winextras.pro
@@ -1,7 +1,5 @@
TARGET = QtWinExtras
-load(qt_module)
-
QT += gui-private core-private
SOURCES += \
@@ -59,3 +57,5 @@ OTHER_FILES += \
doc/snippets/code/use-qtwinextras.cpp \
doc/snippets/code/thumbbar.cpp \
doc/snippets/code/thumbbar.qml
+
+load(qt_module)