summaryrefslogtreecommitdiffstats
path: root/tests/auto/cpptest/q3dcustom-label/CMakeLists.txt
blob: 3baea7fa5df2b2cee76e40c78aa95222d0a003b2 (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(q3dcustom-label_datavis
    SOURCES
        tst_custom.cpp
    INCLUDE_DIRECTORIES
        ../common
    LIBRARIES
        Qt::Gui
        Qt::GuiPrivate
        Qt::DataVisualization
)