aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmldesigner/coretests/CMakeLists.txt
blob: 3e83f280afd0660f640f40f1f281ebbcbf7c7dc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# TODO: fix compiler errors
return()

add_qtc_test(tst_qml_testcore
  DEPENDS qmljs Utils QmlEditorWidgets CPlusPlus Core QmlJSEditor
  INCLUDES
    "${CMAKE_SOURCE_DIR}/src/plugins/qmldesigner/designercore/include"
    "${CMAKE_SOURCE_DIR}/src/plugins/qmldesigner/designercore"
    "${CMAKE_SOURCE_DIR}/share/qtcreator/qml/qmlpuppet/interfaces"
    "${CMAKE_SOURCE_DIR}/share/qtcreator/qml/qmlpuppet/types"
  DEFINES
    QT_CREATOR
    QTCREATORDIR="${CMAKE_SOURCE_DIR}"
    TESTSRCDIR="${CMAKE_CURRENT_SOURCE_DIR}"
  SOURCES
    ../data/testfiles.qrc
    ../testview.cpp ../testview.h
    testrewriterview.cpp testrewriterview.h
    tst_testcore.cpp tst_testcore.h
)