summaryrefslogtreecommitdiffstats
path: root/tests/auto/cpptest/q3dscene/CMakeLists.txt
blob: 766d3388d6c23c2e50075f8fb5a88fdb1d6e5e54 (plain)
1
2
3
4
5
6
7
8
9
10
qt_internal_add_test(q3dscene
    SOURCES
        tst_scene.cpp
    INCLUDE_DIRECTORIES
        ../common
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::GuiPrivate
        Qt::DataVisualization
)