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