From 7c38ca387cf3e9aa6d7f47a00b296247da102147 Mon Sep 17 00:00:00 2001 From: BogDan Vatra Date: Tue, 4 Jul 2017 14:13:29 +0300 Subject: Say hello to low level Android Service & Binder implementations These are the building blocks for higher level APIs such as Qt Remote Objects. [ChangeLog][Android] Added low level APIs for Android Service & Binder. Change-Id: I320214d310a398541bbde985ecf67bf6101c0b67 Reviewed-by: Eskil Abrahamsen Blomfeldt --- src/androidextras/androidextras.pro | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/androidextras/androidextras.pro') diff --git a/src/androidextras/androidextras.pro b/src/androidextras/androidextras.pro index 7b5d218..584c82e 100644 --- a/src/androidextras/androidextras.pro +++ b/src/androidextras/androidextras.pro @@ -8,4 +8,9 @@ QT += core-private include(jni/jni.pri) include(android/android.pri) +ANDROID_BUNDLED_JAR_DEPENDENCIES = \ + jar/QtAndroidExtras-bundled.jar +ANDROID_JAR_DEPENDENCIES = \ + jar/QtAndroidExtras.jar + load(qt_module) -- cgit v1.2.3