forked from qt-creator/qt-creator
An AST Visitor checks the correct structure for the connection editor Statements are parsed as the result Javascript statements could be resurrected Some tests are added Task-number: QDS-10257 Task-number: QDS-10288 Change-Id: Ia6e4f9c0f48678b6610941c977b7d7bed296ced0 Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
14 lines
324 B
CMake
14 lines
324 B
CMake
if (NOT TARGET QmlJSTools)
|
|
return()
|
|
endif()
|
|
|
|
add_subdirectory(codemodel)
|
|
add_subdirectory(connectioneditor)
|
|
add_subdirectory(persistenttrie)
|
|
add_subdirectory(qmldesigner)
|
|
add_subdirectory(qmleditor)
|
|
add_subdirectory(qmljssimplereader)
|
|
add_subdirectory(qmljsutils)
|
|
add_subdirectory(qrcparser)
|
|
add_subdirectory(reformatter)
|