From 4a23bbcb19fa2d7958f523ce50ae1a143f5bec14 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 12 Feb 2016 15:59:17 +0100 Subject: 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 --- src/androidextras/androidextras.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3