From 8471a422e3b4514904ce904aa5aadfab679b4190 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Thu, 23 Jan 2020 14:04:32 +0100 Subject: Move QOpenGLVersionProfile to its own files Prepare to move it out of QtGui Task-number: QTBUG-74409 Change-Id: Iefde4945ede27cf3c2f6f50e5a693c03625cadf6 Reviewed-by: Laszlo Agocs --- src/gui/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/CMakeLists.txt') diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index 9f8adfa51e..f18bb0ed16 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -343,6 +343,7 @@ qt_extend_target(Gui CONDITION QT_FEATURE_opengl opengl/qopenglprogrambinarycache.cpp opengl/qopenglprogrambinarycache_p.h opengl/qopenglversionfunctions.cpp opengl/qopenglversionfunctions.h opengl/qopenglversionfunctionsfactory.cpp opengl/qopenglversionfunctionsfactory_p.h + opengl/qopenglversionprofile.cpp opengl/qopenglversionprofile.h rhi/qrhigles2.cpp rhi/qrhigles2_p.h rhi/qrhigles2_p_p.h ) -- cgit v1.2.3