From 4a5939d26d1e36efdb2b30cdee1f3672587c3fa5 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Thu, 15 Aug 2019 18:30:01 +0200 Subject: 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 --- tests/auto/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/CMakeLists.txt') 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 -- cgit v1.2.3