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