forked from qt-creator/qt-creator
This is in sync with what qmake and qbs project have. Change-Id: Id82bbd933a8331c3e2032e5068323c183b2a1814 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
9 lines
194 B
CMake
9 lines
194 B
CMake
add_qtc_test(tst_qml_qrcparser
|
|
DEPENDS QmlJS Utils
|
|
DEFINES
|
|
QT_CREATOR
|
|
QTCREATORDIR="${PROJECT_SOURCE_DIR}"
|
|
TESTSRCDIR="${CMAKE_CURRENT_SOURCE_DIR}"
|
|
SOURCES tst_qrcparser.cpp
|
|
)
|