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

set(qmlvolume_resource_files
    "qml/qmlvolume/main.qml"
)

qt_add_resource(qmlvolume "qmlvolume"
    PREFIX
        "/"
    FILES
        ${qmlvolume_resource_files}
)