qt: Fix building with Qt 6

This commit is contained in:
Cacodemon345
2022-03-01 12:12:07 +06:00
committed by GitHub
parent 7bbb3bc4c6
commit 5a6b8501ce

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