summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/opengl/filtercompatibletechniquejob/CMakeLists.txt
blob: b8e666df4c5dfdff2e585ad427da9072c1ef9ca9 (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
34
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

# Generated from filtercompatibletechniquejob.pro.

#####################################################################
## tst_filtercompatibletechniquejob Test:
#####################################################################

qt_internal_add_test(tst_filtercompatibletechniquejob
    SOURCES
        tst_filtercompatibletechniquejob.cpp
)

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

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

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

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