summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-02-12 16:54:23 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-02-25 16:45:02 +0000
commitf3ac70bb3f826b269412c4aeeef8f886863f3c9d (patch)
treef83ca191da88ed03b7689d7c36f75fa3c0bf7d31
parent5df9fa8f3a7209c067a5d5068776b9aa52273d3b (diff)
downloadqtx11extras-f3ac70bb3f826b269412c4aeeef8f886863f3c9d.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: If23f1aa1583ff48d370b1c85ebc017726521b5c0 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-rw-r--r--src/x11extras/x11extras.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/x11extras/x11extras.pro b/src/x11extras/x11extras.pro
index 730a145..707b0af 100644
--- a/src/x11extras/x11extras.pro
+++ b/src/x11extras/x11extras.pro
@@ -4,9 +4,9 @@ DEFINES += QT_NO_USING_NAMESPACE
QMAKE_DOCS = $$PWD/doc/qtx11extras.qdocconf
-load(qt_module)
-
QT += gui-private
HEADERS += qx11info_x11.h
SOURCES += qx11info_x11.cpp
+
+load(qt_module)