Merge pull request #6916 from ilya-lavrenov:qt5

This commit is contained in:
Alexander Alekhin 2016-07-15 13:43:33 +00:00
commit bfb4ebfa03

View File

@ -55,7 +55,7 @@
#endif #endif
#ifdef HAVE_QT_OPENGL #ifdef HAVE_QT_OPENGL
#ifdef Q_WS_X11 #if defined Q_WS_X11 /* Qt4 */ || defined Q_OS_LINUX /* Qt5 */
#include <GL/glx.h> #include <GL/glx.h>
#endif #endif
#endif #endif