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 467d3c0 commit c9cc51fCopy full SHA for c9cc51f
extensions/PythonQt_QtAll/PythonQt_QtAll.pro
@@ -21,6 +21,7 @@ isEmpty( PYTHONQTALL_CONFIG ) {
21
qtHaveModule(qml):CONFIG += PythonQtQml
22
qtHaveModule(quick):CONFIG += PythonQtQuick
23
qtHaveModule(uitools):CONFIG += PythonQtUiTools
24
+ qtHaveModule(webenginewidgets):CONFIG += PythonQtWebEngineWidgets
25
26
qtHaveModule(webkit):CONFIG += PythonQtWebKit
27
} else {
@@ -154,6 +155,12 @@ PythonQtUiTools {
154
155
QT += uitools
156
}
157
158
+PythonQtWebEngineWidgets {
159
+ DEFINES += PYTHONQT_WITH_WEBENGINEWIDGETS
160
+ Xinclude (com_trolltech_qt_webenginewidgets)
161
+ QT += webenginewidgets
162
+}
163
+
164
PythonQtWebKit {
165
DEFINES += PYTHONQT_WITH_WEBKIT
166
Xinclude (com_trolltech_qt_webkit)
0 commit comments