aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2016-03-07 19:33:27 +0100
committerLiang Qi <liang.qi@theqtcompany.com>2016-03-07 19:33:27 +0100
commit91524134d4884beb9ee2695e9de27b211068d973 (patch)
treee05580a4892ffbe52e0c95abbb2748816cbfe70a /src
parente5b35c47f3bbb23800a50cfc1c34c9a99b2c6d7b (diff)
parent1ed9193c43fae147d9df56b144b9bcf18590ebe8 (diff)
Merge remote-tracking branch 'origin/5.6' into 5.7
Diffstat (limited to 'src')
-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)