aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/CMakeLists.txt
diff options
context:
space:
mode:
authorLeander Beernaert <leander.beernaert@qt.io>2020-04-24 14:41:13 +0200
committerLeander Beernaert <leander.beernaert@qt.io>2020-04-24 16:32:04 +0200
commitc84d1654931b5254550762115118b305b2bd5f2c (patch)
tree67ff8e7919657018fb37355b62e1c62f8e9795fe /tests/auto/CMakeLists.txt
parente928c6b5454d680e912b7f9148c444d732590bc6 (diff)
CMake: Initial CMake build system support
Task-number: QTBUG-78171 Change-Id: I2f8b19a4c0af57461ad7b11cc58935c4991cb46e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/CMakeLists.txt')
-rw-r--r--tests/auto/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/CMakeLists.txt b/tests/auto/CMakeLists.txt
new file mode 100644
index 0000000..b9cb400
--- /dev/null
+++ b/tests/auto/CMakeLists.txt
@@ -0,0 +1,6 @@
+# Generated from auto.pro.
+
+#add_subdirectory(cmake) # special case
+add_subdirectory(qandroidjnienvironment)
+add_subdirectory(qandroidjniobject)
+add_subdirectory(qandroidfunctions)