mirror of
https://github.com/leozide/leocad
synced 2024-12-28 22:23:35 +01:00
Fix for Qt4.
This commit is contained in:
parent
514c1e54ec
commit
9809cbc919
1 changed files with 5 additions and 1 deletions
|
@ -16,7 +16,11 @@
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
||||||
#ifndef Q_FALLTHROUGH
|
#ifndef Q_FALLTHROUGH
|
||||||
#define Q_FALLTHROUGH(); // fall through
|
#define Q_FALLTHROUGH();
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef QT_STRINGIFY
|
||||||
|
#define QT_STRINGIFY(s) ""
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(EGL_VERSION_1_0) && !defined(GL_ES_VERSION_2_0) && !defined(GL_ES_VERSION_3_0) && !defined(QT_OPENGL_ES)
|
#if !defined(EGL_VERSION_1_0) && !defined(GL_ES_VERSION_2_0) && !defined(GL_ES_VERSION_3_0) && !defined(QT_OPENGL_ES)
|
||||||
|
|
Loading…
Reference in a new issue