Fix for Qt4.

This commit is contained in:
Leonardo Zide 2019-05-30 12:26:10 -07:00
parent 514c1e54ec
commit 9809cbc919

View file

@ -16,7 +16,11 @@
#include <functional>
#ifndef Q_FALLTHROUGH
#define Q_FALLTHROUGH(); // fall through
#define Q_FALLTHROUGH();
#endif
#ifndef QT_STRINGIFY
#define QT_STRINGIFY(s) ""
#endif
#if !defined(EGL_VERSION_1_0) && !defined(GL_ES_VERSION_2_0) && !defined(GL_ES_VERSION_3_0) && !defined(QT_OPENGL_ES)