aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qandroidjniobject/qandroidjniobject.pro
Commit message (Collapse)AuthorAgeFilesLines
* Remove qmake project filesJoerg Bornemann2021-04-291-8/+0
| | | | | | | Task-number: QTBUG-88742 Change-Id: I45d52013f5f34919ee85c7ec6195073ad587a912 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-051-1/+1
| | | | | | | | | | | Rename Android package name org.qtproject.qt5.android to org.qtproject.qt.android to avoid inconsistency with Qt 6 name. Also, we include the major version number in the jar target. Task-number: QTBUG-86969 Change-Id: I69cff0ca92dd2f365ea5a5e977fbbbe9833800be Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Complete test of all QAndroidJniObjects JNI types.Christian Strømme2015-01-221-0/+4
| | | | | | | | | | Makes sure that all template specializations are available and that they pass a minimal call test. This is a follow-up to 211e92a604bb617ed08ef6324adb191fc7221ef6 and d57cef7332c8b0669b469202b9f5e5e2dab5387f. Change-Id: I8fa37f1a2ec12441343d2e4d257f2e5c12ad426b Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
* Rename QJNIXxx classes to QAndroidJniXxx.Christian Strømme2013-10-101-0/+4
The old classes where not following the usual convention for acronyms in class names. Change-Id: I2fad72483c51ca95a2703d914d6a678c5f7cde98 Reviewed-by: Jake Petroules <jake.petroules@petroules.com> Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>