aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
Commit message (Collapse)AuthorAgeFilesLines
* remove dependencies from sync.profileOswald Buddenhagen2016-11-051-10/+0
| | | | | | | the CI obtains them from the qt5 super repo nowadays. Change-Id: I07ca9907ddf15527804027070f38a9156b93ca6d Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
* Add Qt JNI API.Christian Strømme2013-09-201-0/+15
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>