summaryrefslogtreecommitdiffstats
path: root/tests/auto/cpptest/q3dbars/CMakeLists.txt
blob: b182ffc268ba8c776df7c06dc280645067947ad6 (plain)
1
2
3
4
5
6
7
8
9
10
qt_add_test(q3dbars
    SOURCES
        tst_bars.cpp
    INCLUDE_DIRECTORIES
        ../common
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::GuiPrivate
        Qt::DataVisualization
)