summaryrefslogtreecommitdiffstats
path: root/tests/manual/scattertest/CMakeLists.txt
blob: 614dd1d321f03dfc34311ddcea37c5703d7160f7 (plain)
1
2
3
4
5
6
7
8
9
qt_add_executable(scattertest
    GUI
    SOURCES
        main.cpp
        scatterchart.cpp scatterchart.h
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Widgets
)