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

qt_internal_add_test(q3dbars-proxy
    SOURCES
        tst_proxy.cpp
    LIBRARIES
        Qt::Gui
        Qt::DataVisualization
)