summaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorLeander Beernaert <leander.beernaert@qt.io>2019-11-08 11:23:04 +0100
committerLeander Beernaert <leander.beernaert@qt.io>2019-11-12 10:06:46 +0000
commit2199a50a2a8dd7cd75cc6714c981452ffa5a3ed0 (patch)
tree94914e714472562815b4c59d17743ccfbf047c5f /tests/manual
parent37ec5a0462c79db3804e16cdc8b39e840f0bf292 (diff)
Build test/manual if it contains a CMakeLists.txt
Change-Id: Ibada60b0902f9c6a6a7284489a56106e0021a9de Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/manual/CMakeLists.txt b/tests/manual/CMakeLists.txt
index 0746c0ef66..60ade82759 100644
--- a/tests/manual/CMakeLists.txt
+++ b/tests/manual/CMakeLists.txt
@@ -1,5 +1,11 @@
# Generated from tests/manual/manual.pro.
+# special case begin
+# Ignore this folder for now as we need to wait for changes in dev to make
+# it back into wip/cmake regarding duplicate target names
+return()
+# special case end
+
add_subdirectory("bearerex")
add_subdirectory("filetest")
add_subdirectory("embeddedintoforeignwindow")