summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/rhi/qrhi/CMakeLists.txt
blob: 27c8a731e79939f04cac30facfc830419cb55fe8 (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
27
# Generated from qrhi.pro.

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

add_qt_test(tst_qrhi
    SOURCES
        tst_qrhi.cpp
    LIBRARIES
        Qt::GuiPrivate
    PUBLIC_LIBRARIES
        Qt::Gui
)

# Resources:
set(qrhi_resource_files
    "data"
)

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