aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-02-12 15:59:17 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-02-25 16:42:17 +0000
commit4a23bbcb19fa2d7958f523ce50ae1a143f5bec14 (patch)
tree42ca6bda4405ae62804bdc9209fc4eacc773a5b5 /src
parentc826d6ab7f3058857de883eb605abdb399772c01 (diff)
consistently put {qt,qml}_{module,plugin} at the end of project files
this fixes static builds by ensuring that all dependencies are exported. no actual effect in this module. Change-Id: Ie4e6968b9a10fd20895393d4f7f5b490c7e8119d Reviewed-by: BogDan Vatra <bogdan@kdab.com>
Diffstat (limited to 'src')
-rw-r--r--src/androidextras/androidextras.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/androidextras/androidextras.pro b/src/androidextras/androidextras.pro
index 78bd8eb..7b5d218 100644
--- a/src/androidextras/androidextras.pro
+++ b/src/androidextras/androidextras.pro
@@ -5,6 +5,7 @@ QMAKE_DOCS = \
QT -= gui
QT += core-private
-load(qt_module)
include(jni/jni.pri)
include(android/android.pri)
+
+load(qt_module)