summaryrefslogtreecommitdiffstats
path: root/tests/auto/cpptest/q3dsurface-heightproxy/CMakeLists.txt
blob: d7bf34e61d51e214066725501e8a163c0b1644bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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(q3dsurface-heightproxy
    SOURCES
        tst_proxy.cpp
    LIBRARIES
        Qt::Gui
        Qt::DataVisualization
)

set(q3dsurface-heightproxy_resource_files
    "customtexture.jpg"
)

qt_internal_add_resource(q3dsurface-heightproxy "q3dsurface-heightproxy"
    PREFIX
        "/"
    FILES
        ${q3dsurface-heightproxy_resource_files}
)