qt: OpenGL ES 3.0 support

This commit is contained in:
Cacodemon345
2022-03-01 13:31:19 +06:00
parent 7bbb3bc4c6
commit ee69b022fc
5 changed files with 32 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
#include <QTimer>
#include <QWidget>
#include <QWindow>
#ifndef Q_OS_MACOS
#if !defined Q_OS_MACOS && !(QT_VERSION >= QT_VERSION_CHECK(6, 0, 0))
# include <QtOpenGLExtensions/QOpenGLExtensions>
#endif