aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/persistenttrie/CMakeLists.txt
blob: 3053ea8487bceabf07eff57eda38aaef6a768f56 (plain)
1
2
3
4
5
6
7
8
add_qtc_test(tst_qml_testtrie
  DEPENDS qmljs
  DEFINES
    QT_CREATOR
    QTCREATORDIR="${PROJECT_SOURCE_DIR}"
    TESTSRCDIR="${CMAKE_CURRENT_SOURCE_DIR}"
  SOURCES tst_testtrie.cpp
)