summaryrefslogtreecommitdiffstats
path: root/tests/auto/cpptest/q3dbars-proxy/CMakeLists.txt
blob: 23c6997daf746ce296d8d6a61ec65b637ab72e94 (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_datavis
    SOURCES
        tst_proxy.cpp
    LIBRARIES
        Qt::Gui
        Qt::DataVisualization
)