summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/android
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-12-09 14:59:40 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-12-10 11:52:30 +0100
commit2304acab5ff3bd3832c2e388cfdab27f2a95caa8 (patch)
tree836fda9d762ec9c4f8461804f1e2d22cdf16303f /tests/auto/other/android
parentb94b7687b0635ee74a3ccd83a234ead0600fd47f (diff)
CMake: Regenerate projects using pro2cmake one last time
And fix up some wrong qmake project files Pick-to: 6.0 Change-Id: I66cb82aeb9c1419a74df1a650fa78a511ade7443 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto/other/android')
-rw-r--r--tests/auto/other/android/.prev_CMakeLists.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/auto/other/android/.prev_CMakeLists.txt b/tests/auto/other/android/.prev_CMakeLists.txt
new file mode 100644
index 0000000000..d58103679b
--- /dev/null
+++ b/tests/auto/other/android/.prev_CMakeLists.txt
@@ -0,0 +1,19 @@
+# Generated from android.pro.
+
+#####################################################################
+## tst_android Test:
+#####################################################################
+
+qt_internal_add_test(tst_android
+ SOURCES
+ tst_android.cpp
+)
+
+if(ANDROID)
+ set_property(TARGET tst_android APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR
+ ${CMAKE_CURRENT_SOURCE_DIR}/testdata
+ )
+endif()
+
+#### Keys ignored in scope 1:.:.:android.pro:<TRUE>:
+# DISTFILES = "testdata/assets/test.txt"