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