aboutsummaryrefslogtreecommitdiffstats
path: root/qtandroidextras.pro
Commit message (Collapse)AuthorAgeFilesLines
* QtAndroidExtras depends on QtGuiLiang Qi2019-01-301-0/+2
| | | | | | Task-number: QTBUG-73367 Change-Id: I0581f3a644304d82eead4e39b79340912db9b17e Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
* Add Qt JNI API.Christian Strømme2013-09-201-0/+1
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>