summaryrefslogtreecommitdiffstats
path: root/tests/manual/barstest/CMakeLists.txt
blob: f3d695d58933c94d8b0b11db539ac37b3673973a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
qt_add_executable(barstest
    GUI
    SOURCES
        chart.cpp chart.h
        custominputhandler.cpp custominputhandler.h
        main.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Widgets
)

set(barstest_resource_files
    "shuttle.obj"
    "shuttle.png"
)

qt_add_resource(barstest "barstest"
    PREFIX
        "/"
    FILES
        ${barstest_resource_files}
)