summaryrefslogtreecommitdiffstats
path: root/tests/manual/qmlmultitest/CMakeLists.txt
blob: 2a24f78c8969cf3a4042711e629ff8f14c62e302 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
qt_add_executable(qmlmultitest
    GUI
    SOURCES
        main.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
)

set(qmlmultitest_resource_files
    "qml/qmlmultitest/Data.qml"
    "qml/qmlmultitest/main.qml"
)

qt_add_resource(qmlmultitest "qmlmultitest"
    PREFIX
        "/"
    FILES
        ${qmlmultitest_resource_files}
)