summaryrefslogtreecommitdiff
path: root/src/plugins/platforms/eglfs/api/qeglfswindow.cpp
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-03-31 15:27:11 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-05-28 21:39:48 +0200
commit7172b5112e5dbf0cb63dec68d2f916a323748aa1 (patch)
tree2f3b4078252ff314afe7ae61342c41fe1d3f4030 /src/plugins/platforms/eglfs/api/qeglfswindow.cpp
parentd80a98d52548b1081ba3f980252fe9aee89bc1f8 (diff)
downloadqtbase-7172b5112e5dbf0cb63dec68d2f916a323748aa1.tar.gz
Move QtPlatformCompositorSupport into QtOpenGL
Task-number: QTBUG-83255 Change-Id: Id9ea654db8efb00b487d53aea03d7f23a7ab1a54 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/plugins/platforms/eglfs/api/qeglfswindow.cpp')
-rw-r--r--src/plugins/platforms/eglfs/api/qeglfswindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/eglfs/api/qeglfswindow.cpp b/src/plugins/platforms/eglfs/api/qeglfswindow.cpp
index f7e116eb88..e3b49f79dd 100644
--- a/src/plugins/platforms/eglfs/api/qeglfswindow.cpp
+++ b/src/plugins/platforms/eglfs/api/qeglfswindow.cpp
@@ -45,7 +45,7 @@
#ifndef QT_NO_OPENGL
# include <QtGui/private/qopenglcontext_p.h>
# include <QtGui/QOpenGLContext>
-# include <QtPlatformCompositorSupport/private/qopenglcompositorbackingstore_p.h>
+# include <QtOpenGL/private/qopenglcompositorbackingstore_p.h>
#endif
#include <QtEglSupport/private/qeglconvenience_p.h>