summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/rhi/qrhi/CMakeLists.txt
blob: 65d072c6b91734a36ff901e855615492d9084df0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Generated from qrhi.pro.

#####################################################################
## tst_qrhi Test:
#####################################################################

qt_internal_add_test(tst_qrhi
    SOURCES
        tst_qrhi.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::GuiPrivate
)

# Resources:
set(qrhi_resource_files
    "data"
)

qt_internal_add_resource(tst_qrhi "qrhi"
    PREFIX
        "/"
    FILES
        ${qrhi_resource_files}
)