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