qt5base-lts/examples/opengl/legacy/CMakeLists.txt
Frederik Gladhorn d8c3375dbd cmake: add examples/opengl
Fixes: QTBUG-78164
Change-Id: Iccc8bb1354d2362c950de17a6c00e00f95272967
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Reviewed-by: Qt CMake Build Bot
2019-10-07 07:22:17 +00:00

14 lines
346 B
CMake

# 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()