aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-08-15 18:30:01 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-08-15 16:38:30 +0000
commit4a5939d26d1e36efdb2b30cdee1f3672587c3fa5 (patch)
tree10d6ddd3fd6fafcd497c25304caab8c147f22ba2 /tests/auto/CMakeLists.txt
parent75cc4ded6681a07eb752c927de0d43aa5df36dd6 (diff)
Don't add_subdirectory tests/auto/cmake
Otherwise the configuration will fail. Those tests are meant for Qt 5. Change-Id: Idd2be894145faa579aa11f303623a5aaf2e17d25 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/CMakeLists.txt')
-rw-r--r--tests/auto/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/CMakeLists.txt b/tests/auto/CMakeLists.txt
index 1589fe207f..106a7fe10e 100644
--- a/tests/auto/CMakeLists.txt
+++ b/tests/auto/CMakeLists.txt
@@ -4,7 +4,7 @@ add_subdirectory(qml)
add_subdirectory(quick)
add_subdirectory(quicktest)
add_subdirectory(qmldevtools)
-add_subdirectory(cmake)
+# add_subdirectory(cmake) # special case remove
# special case begin
# add_subdirectory(installed_cmake)
# special case end