aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/.prev_CMakeLists.txt
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-12-09 16:38:35 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-12-10 11:11:58 +0100
commitc1c4a874e31ba108a3600fbbb0aee7fc0bf34601 (patch)
tree1d052689b20b41b80651d4314d55f7dde9462038 /tests/auto/.prev_CMakeLists.txt
parentb6a164891537d6d3a515d78a44b0de6595a170c2 (diff)
CMake: Regenerate projects using pro2cmake one last time
And fix up some incorrect qmake project files Pick-to: 6.0 Change-Id: Ia6d27ac68195635021fe7c4a5f06386a60f3f323 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto/.prev_CMakeLists.txt')
-rw-r--r--tests/auto/.prev_CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/.prev_CMakeLists.txt b/tests/auto/.prev_CMakeLists.txt
index c9bc48d151..213a834a2a 100644
--- a/tests/auto/.prev_CMakeLists.txt
+++ b/tests/auto/.prev_CMakeLists.txt
@@ -1,7 +1,6 @@
# Generated from auto.pro.
add_subdirectory(qml)
-add_subdirectory(qmldom)
add_subdirectory(quick)
add_subdirectory(quicktest)
add_subdirectory(qmldevtools)
@@ -17,3 +16,6 @@ endif()
if(TARGET Qt::Widgets)
add_subdirectory(quickwidgets)
endif()
+if(TARGET Qt::QmlDom)
+ add_subdirectory(qmldom)
+endif()