summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/rhi/qrhi/CMakeLists.txt
blob: 3ac91893bd6cc6cbdc2e43bcee2fca8817b69182 (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
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# Generated from qrhi.pro.

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

# Resources:
file(GLOB_RECURSE qrhi_resource_files
    RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}"
    data/*
)

qt_internal_add_test(tst_qrhi
    SOURCES
        tst_qrhi.cpp
    LIBRARIES
        Qt::Gui
        Qt::GuiPrivate
    TESTDATA ${qrhi_resource_files}
    BUILTIN_TESTDATA
)