d8c3375dbd
Fixes: QTBUG-78164 Change-Id: Iccc8bb1354d2362c950de17a6c00e00f95272967 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Qt CMake Build Bot
14 lines
346 B
CMake
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()
|