forked from qt-creator/qt-creator
* add inline components to bind. * inserts inline components in the component that contains them (makes Context:lookupType simpler) * unify Context:lookupType overloads without adding extra heap allocations using a template (avoid code duplication) * add tests for inline components * warn about nested components * use model manager to load dependencies in tst_check (old test did not load dependencies and simply skipped all checks on imports) Fixes: QTCREATORBUG-24766 Fixes: QTCREATORBUG-24705 Change-Id: Ibcade7752cdaa08e960f66db3a724ab7fb3268cf Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
9 lines
213 B
CMake
9 lines
213 B
CMake
add_qtc_test(tst_qml_check
|
|
DEPENDS QmlJS QmlJSTools ExtensionSystem Utils
|
|
DEFINES
|
|
QT_CREATOR
|
|
QTCREATORDIR="${PROJECT_SOURCE_DIR}"
|
|
TESTSRCDIR="${CMAKE_CURRENT_SOURCE_DIR}"
|
|
SOURCES tst_check.cpp
|
|
)
|