From d8c3375dbd0bc4327c4da3df2433f965058d1da8 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Fri, 4 Oct 2019 10:41:57 +0200 Subject: cmake: add examples/opengl Fixes: QTBUG-78164 Change-Id: Iccc8bb1354d2362c950de17a6c00e00f95272967 Reviewed-by: Simon Hausmann Reviewed-by: Qt CMake Build Bot --- examples/opengl/legacy/CMakeLists.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 examples/opengl/legacy/CMakeLists.txt (limited to 'examples/opengl/legacy/CMakeLists.txt') diff --git a/examples/opengl/legacy/CMakeLists.txt b/examples/opengl/legacy/CMakeLists.txt new file mode 100644 index 0000000000..5f98186a0e --- /dev/null +++ b/examples/opengl/legacy/CMakeLists.txt @@ -0,0 +1,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() -- cgit v1.2.3