We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4a6a9 commit 3ca00bfCopy full SHA for 3ca00bf
generator/qtscript_masterinclude.h
@@ -127,9 +127,11 @@
127
#include <QtQuickWidgets/QtQuickWidgets>
128
#endif
129
130
+#if QT_VERSION < 0x060000
131
#ifndef QT_NO_XMLPATTERNS
132
# include <QtXmlPatterns/QtXmlPatterns>
133
134
+#endif
135
136
#ifndef QT_NO_WEBKIT
137
# include <QtWebKit/QtWebKit>
@@ -1232,4 +1234,8 @@
1232
1234
#define GL_LOGIC_OP GL_INDEX_LOGIC_OP
1233
1235
#define GL_TEXTURE_COMPONENTS GL_TEXTURE_INTERNAL_FORMAT
1236
#include <QtOpenGL/QtOpenGL>
1237
+#if QT_VERSION >= 0x060000
1238
+#include <QtOpenGLWidgets/QtOpenGLWidgets>
1239
1240
+
1241
#endif // QT_NO_OPENGL
0 commit comments