summaryrefslogtreecommitdiffstats
path: root/src/core/core_chromium.pri
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2018-03-22 15:56:45 +0100
committerMichal Klocek <michal.klocek@qt.io>2018-04-04 16:34:16 +0000
commit6e49d8444e932ab1c46f72f25443d8866f6c8e9e (patch)
tree2ff2bfd128e3ab9245160cb6de9f1e9a0ec72180 /src/core/core_chromium.pri
parent5c46e85c6683e08b8c2a839d4f08f6d8d8755281 (diff)
Split GLSurfaceWGLQt
Refactor GLSurfaceWGLQt to speparte file. This class is not used by ozone, however is keept in ozone subdirecotry with other surface classes. Change-Id: I161582546b597912bc4c1c75ebbc0c1763aebed5 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/core_chromium.pri')
-rw-r--r--src/core/core_chromium.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/core_chromium.pri b/src/core/core_chromium.pri
index bec272c79..84866c6cf 100644
--- a/src/core/core_chromium.pri
+++ b/src/core/core_chromium.pri
@@ -83,6 +83,7 @@ SOURCES = \
ozone/gl_ozone_qt.cpp \
ozone/gl_surface_egl_qt.cpp \
ozone/gl_surface_glx_qt.cpp \
+ ozone/gl_surface_wgl_qt.cpp \
ozone/ozone_platform_qt.cpp \
ozone/platform_window_qt.cpp \
ozone/surface_factory_qt.cpp \
@@ -168,6 +169,7 @@ HEADERS = \
ozone/gl_ozone_qt.h \
ozone/gl_surface_egl_qt.h \
ozone/gl_surface_glx_qt.h \
+ ozone/gl_surface_wgl_qt.h \
ozone/ozone_platform_qt.h \
ozone/platform_window_qt.h \
ozone/surface_factory_qt.h \