summaryrefslogtreecommitdiff
path: root/tests/auto/qmlinterface/CMakeLists.txt
blob: 71ce63105ae996a77faf35228b6a76d390666418 (plain)
1
2
3
4
5
6
7
8
9
10
qt_internal_add_test(tst_qmlinterface
    SOURCES
        tst_qmlinterface.cpp
    DEFINES
        SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/\\\"
    LIBRARIES
        Qt::Location
        Qt::Positioning
        Qt::Qml
)