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

# Generated from opengl.pro.

if (NOT QT_BUILD_STANDALONE_TESTS)
    add_subdirectory(filtercompatibletechniquejob)
if (NOT ANDROID)
    add_subdirectory(graphicshelpergl3_3)
    add_subdirectory(graphicshelpergl3_2)
    add_subdirectory(graphicshelpergl2)
endif()
    add_subdirectory(glshadermanager)
    add_subdirectory(textures)
    add_subdirectory(renderer)
    add_subdirectory(renderviewutils)
    add_subdirectory(renderviews)
    add_subdirectory(renderqueue)
    add_subdirectory(renderviewbuilder)
    add_subdirectory(qgraphicsutils)
    add_subdirectory(computecommand)
    add_subdirectory(gltexturemanager)
    if(TARGET Qt::Quick)
        add_subdirectory(materialparametergathererjob)
    endif()
    if(NOT MACOS AND NOT ANDROID)
        add_subdirectory(graphicshelpergl4)
    endif()
endif()