mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Fix compilation for Android with Qt6
This commit is contained in:
@@ -18,7 +18,13 @@
|
||||
|
||||
#include <QOpenGLShaderProgram>
|
||||
#include <QOpenGLFunctions>
|
||||
#include <QOpenGLFunctions_3_3_Core>
|
||||
#if defined(ANDROID)
|
||||
#include <QOpenGLFunctions_ES2>
|
||||
#else
|
||||
#include <QOpenGLFunctions_2_0>
|
||||
#include <QOpenGLFunctions_2_1>
|
||||
#include <QOpenGLFunctions_3_0>
|
||||
#endif
|
||||
#include <QOpenGLContext>
|
||||
#include <QtOpenGL>
|
||||
#include <QImage>
|
||||
|
||||
Reference in New Issue
Block a user