summaryrefslogtreecommitdiffstats
path: root/examples/opengl/legacy/CMakeLists.txt
blob: 5f98186a0e2e6ecd88f617cd6419af6485fea191 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Generated from legacy.pro.

if(NOT TARGET Qt::OpenGL)
    return()
endif()
if(NOT QT_FEATURE_dynamicgl AND NOT QT_FEATURE_opengles2)
    add_subdirectory(grabber)
    add_subdirectory(hellogl)
    add_subdirectory(overpainting)
    add_subdirectory(pbuffers)
    add_subdirectory(framebufferobject2)
    add_subdirectory(samplebuffers)
endif()