Files
qt-creator/tests/CMakeLists.txt
Marco Bubke 2694d6a1f5 Add feature to disable QmlDesigner and related files
QTC_WITH_QMLDESIGNER or WITH_QMLDESIGNER has to be set to OFF to disable
QmlDesigner related code.

Change-Id: I7e25200fe856fcc7de3493cfa394cdd4f923e0bf
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2023-04-19 17:19:33 +00:00

7 lines
139 B
CMake

add_subdirectory(auto)
add_subdirectory(manual)
add_subdirectory(tools/qml-ast2dot)
if (WITH_QMLDESIGNER)
add_subdirectory(unit)
endif()