forked from qt-creator/qt-creator
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>
7 lines
139 B
CMake
7 lines
139 B
CMake
add_subdirectory(auto)
|
|
add_subdirectory(manual)
|
|
add_subdirectory(tools/qml-ast2dot)
|
|
if (WITH_QMLDESIGNER)
|
|
add_subdirectory(unit)
|
|
endif()
|