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