summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/opengl/textures/CMakeLists.txt
blob: 00ee8a45647745a507659d0113d7f69506771dc6 (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
28
29
30
31
32
33
# 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 textures.pro.

#####################################################################
## tst_textures Test:
#####################################################################

qt_internal_add_test(tst_textures
    SOURCES
        tst_textures.cpp
)

#### Keys ignored in scope 1:.:.:textures.pro:<TRUE>:
# TEMPLATE = "app"

## Scopes:
#####################################################################

include(../../commons/commons.cmake)
qt3d_setup_common_render_test(tst_textures USE_TEST_ASPECT)
include(${PROJECT_SOURCE_DIR}/src/plugins/renderers/opengl/opengl.cmake)
qt3d_setup_opengl_renderer_target(tst_textures)

qt_internal_extend_target(tst_textures CONDITION gcov
    COMPILE_OPTIONS
        -fprofile-arcs
        -ftest-coverage
    LINK_OPTIONS
        "-fprofile-arcs"
        "-ftest-coverage"
)