aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qandroidjnienvironment/qandroidjnienvironment.pro
diff options
context:
space:
mode:
authorChristian Strømme <christian.stromme@digia.com>2013-10-08 17:42:41 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-10 15:40:04 +0200
commitca82c060451d38f266fc17305855c57e7c8c0f51 (patch)
treee04ff3f8ec28e1910cb39a7fa858782ffa4de263 /tests/auto/qandroidjnienvironment/qandroidjnienvironment.pro
parent8bee6b9dcbd01e122a65ae555c8f06d592ec3423 (diff)
Rename QJNIXxx classes to QAndroidJniXxx.
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>
Diffstat (limited to 'tests/auto/qandroidjnienvironment/qandroidjnienvironment.pro')
-rw-r--r--tests/auto/qandroidjnienvironment/qandroidjnienvironment.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qandroidjnienvironment/qandroidjnienvironment.pro b/tests/auto/qandroidjnienvironment/qandroidjnienvironment.pro
new file mode 100644
index 0000000..3c4fcf7
--- /dev/null
+++ b/tests/auto/qandroidjnienvironment/qandroidjnienvironment.pro
@@ -0,0 +1,4 @@
+CONFIG += testcase
+TARGET = tst_qandroidjnienvironment
+QT += testlib androidextras
+SOURCES += tst_qandroidjnienvironment.cpp