summaryrefslogtreecommitdiffstats
path: root/tests/auto/cpptest/q3dsurface-heightproxy/CMakeLists.txt
blob: 8132c2a648c40258d0db052b9a9c62f18769408f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
qt_add_test(q3dsurface-heightproxy
    SOURCES
        tst_proxy.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::DataVisualization
)

set(q3dsurface-heightproxy_resource_files
    "customtexture.jpg"
)

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