summaryrefslogtreecommitdiffstats
path: root/tests/auto/cpptest/q3dscene/CMakeLists.txt
blob: a7c25ff29dfa07045491fed653c3ca4b86410cb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_test(q3dscene_datavis
    SOURCES
        tst_scene.cpp
    INCLUDE_DIRECTORIES
        ../common
    LIBRARIES
        Qt::Gui
        Qt::GuiPrivate
        Qt::DataVisualization
)