summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/findtestdata
diff options
context:
space:
mode:
authorAlbert Astals Cid <albert.astals.cid@kdab.com>2019-06-04 11:47:30 +0200
committerAlbert Astals Cid <albert.astals.cid@kdab.com>2019-06-04 11:40:48 +0000
commit6d1c695b0e32b644d13a088ab3363b6aef75de68 (patch)
treec64067d237e225d8ccb9aa5db7cdd20cbd723def /tests/auto/testlib/selftests/findtestdata
parentff68d84d3202d810efefeaebca2835cac4e05b4f (diff)
cmake: Fix testlib/selftests
Actually build tst_selftest Fix the subdirs of it not to be actually built as tests (so that ctest doesn't pick them up and tries to run them) Change-Id: Id9d069f44241027dbd103884d36551163382b216 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Qt CMake Build Bot
Diffstat (limited to 'tests/auto/testlib/selftests/findtestdata')
-rw-r--r--tests/auto/testlib/selftests/findtestdata/CMakeLists.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/findtestdata/CMakeLists.txt b/tests/auto/testlib/selftests/findtestdata/CMakeLists.txt
new file mode 100644
index 0000000000..81c171d173
--- /dev/null
+++ b/tests/auto/testlib/selftests/findtestdata/CMakeLists.txt
@@ -0,0 +1,29 @@
+# Generated from findtestdata.pro.
+
+#####################################################################
+## findtestdata Binary:
+#####################################################################
+
+add_qt_executable(findtestdata
+ NO_INSTALL # special case
+ OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
+ GUI
+ SOURCES
+ findtestdata.cpp
+ PUBLIC_LIBRARIES
+ Qt::Test
+)
+
+# Resources:
+add_qt_resource(findtestdata "findtestdata" PREFIX "/qt/etc/" FILES
+ qt.conf)
+
+
+#### Keys ignored in scope 1:.:.:findtestdata.pro:<TRUE>:
+# CONFIG = "-debug_and_release_target"
+
+## Scopes:
+#####################################################################
+
+#### Keys ignored in scope 2:.:.:findtestdata.pro:APPLE_OSX:
+# CONFIG = "-app_bundle"