aboutsummaryrefslogtreecommitdiffstats
path: root/.qmake.conf
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 /.qmake.conf
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 '.qmake.conf')
-rw-r--r--.qmake.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/.qmake.conf b/.qmake.conf
new file mode 100644
index 0000000..2f09a2b
--- /dev/null
+++ b/.qmake.conf
@@ -0,0 +1,3 @@
+load(qt_build_config)
+
+MODULE_VERSION = 5.2.0