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>
9 lines
215 B
CMake
9 lines
215 B
CMake
add_qtc_test(tst_connection_view
|
|
DEPENDS QmlJS Utils QmlDesigner
|
|
DEFINES
|
|
QT_CREATOR
|
|
QTCREATORDIR="${PROJECT_SOURCE_DIR}"
|
|
TESTSRCDIR="${CMAKE_CURRENT_SOURCE_DIR}"
|
|
SOURCES tst_connectioneditor.cpp
|
|
)
|