summaryrefslogtreecommitdiffstats
path: root/tests/auto/cpptest/q3dbars/CMakeLists.txt
blob: 4d9bbf694bed28e00a70030e13e67402434e1553 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

qt_internal_add_test(q3dbars
    SOURCES
        tst_bars.cpp
    INCLUDE_DIRECTORIES
        ../common
    LIBRARIES
        Qt::Gui
        Qt::GuiPrivate
        Qt::DataVisualization
)