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