File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 31
31
uses : jurplel/install-qt-action@v3
32
32
with :
33
33
version : ${{ matrix.qt-version }}
34
- modules : ${{startsWith(matrix.qt-version, '6') && 'qt5compat' || '' }}
34
+ modules : ${{startsWith(matrix.qt-version, '6') && 'qt5compat qtscxml qtpositioning qtwebchannel qtmultimedia qtwebengine ' || '' }}
35
35
arch : ${{ matrix.os == 'ubuntu' && 'gcc_64' || (startsWith(matrix.qt-version, '5.12') && 'win64_msvc2017_64' || 'win64_msvc2019_64') }}
36
- archives : " qtmultimedia qtbase qttools ${{ matrix.os == 'windows' && 'qtwinextras' || 'qtlinuxextras qtwayland icu' }}"
36
+ archives : " qtmultimedia qtbase qttools qtdeclarative ${{ matrix.os == 'windows' && 'qtwinextras' || 'qtlinuxextras qtwayland icu' }}"
37
37
38
38
- name : Setup Python ${{ matrix.python-version }}
39
39
uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 127
127
#include <QtQuickWidgets/QtQuickWidgets>
128
128
#endif
129
129
130
+ #if QT_VERSION < 0x060000
130
131
#ifndef QT_NO_XMLPATTERNS
131
132
# include <QtXmlPatterns/QtXmlPatterns>
132
133
#endif
134
+ #endif
133
135
134
136
#ifndef QT_NO_WEBKIT
135
137
# include <QtWebKit/QtWebKit>
1232
1234
#define GL_LOGIC_OP GL_INDEX_LOGIC_OP
1233
1235
#define GL_TEXTURE_COMPONENTS GL_TEXTURE_INTERNAL_FORMAT
1234
1236
#include <QtOpenGL/QtOpenGL>
1237
+ #if QT_VERSION >= 0x060000
1238
+ #include <QtOpenGLWidgets/QtOpenGLWidgets>
1239
+ #endif
1240
+
1235
1241
#endif // QT_NO_OPENGL
You can’t perform that action at this time.
0 commit comments