From e5d6abb31861f8e13b2348575e38daf0ca1511c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Str=C3=B8mme?= Date: Thu, 19 Sep 2013 12:33:56 +0200 Subject: 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 --- qtandroidextras.pro | 1 + 1 file changed, 1 insertion(+) create mode 100644 qtandroidextras.pro (limited to 'qtandroidextras.pro') diff --git a/qtandroidextras.pro b/qtandroidextras.pro new file mode 100644 index 0000000..58c33f2 --- /dev/null +++ b/qtandroidextras.pro @@ -0,0 +1 @@ +load(qt_parts) -- cgit v1.2.3