aboutsummaryrefslogtreecommitdiffstats
path: root/src/androidextras/androidextras.pro
diff options
context:
space:
mode:
authorChristian Strømme <christian.stromme@digia.com>2013-09-19 12:33:56 +0200
committerChristian Stromme <christian.stromme@digia.com>2013-09-20 03:03:07 +0200
commite5d6abb31861f8e13b2348575e38daf0ca1511c3 (patch)
treea98454cb5c1a021031646587b9afcd5aaaa74823 /src/androidextras/androidextras.pro
parent0ea86574a4ca430a16867d09776f76124f38d201 (diff)
Add Qt JNI API.
The QJNI API's provide an easy way to communicate with Java API's from C++. The API consists of two classes, QJNIObject which acts as a wrapper around Java classes and QJNIEnvironment which attaches the current thread to the Java VM and exposes the Java Native Interface. Change-Id: I9cdc395249de74f940b75eab9f2bd32347d5d432 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Diffstat (limited to 'src/androidextras/androidextras.pro')
-rw-r--r--src/androidextras/androidextras.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/androidextras/androidextras.pro b/src/androidextras/androidextras.pro
new file mode 100644
index 0000000..fa89194
--- /dev/null
+++ b/src/androidextras/androidextras.pro
@@ -0,0 +1,7 @@
+TARGET = QtAndroidExtras
+DEFINES += QT_NO_USING_NAMESPACE
+#QMAKE_DOCS = $$PWD/doc/qtandroidextras.qdocconf
+QT -= gui
+QT += core-private
+load(qt_module)
+include(jni/jni.pri)