Skip to content

Commit c9cc51f

Browse files
usiemsmrbean-bremen
authored andcommitted
webenginewidgets were not compiled yet
1 parent 467d3c0 commit c9cc51f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

extensions/PythonQt_QtAll/PythonQt_QtAll.pro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ isEmpty( PYTHONQTALL_CONFIG ) {
2121
qtHaveModule(qml):CONFIG += PythonQtQml
2222
qtHaveModule(quick):CONFIG += PythonQtQuick
2323
qtHaveModule(uitools):CONFIG += PythonQtUiTools
24+
qtHaveModule(webenginewidgets):CONFIG += PythonQtWebEngineWidgets
2425

2526
qtHaveModule(webkit):CONFIG += PythonQtWebKit
2627
} else {
@@ -154,6 +155,12 @@ PythonQtUiTools {
154155
QT += uitools
155156
}
156157

158+
PythonQtWebEngineWidgets {
159+
DEFINES += PYTHONQT_WITH_WEBENGINEWIDGETS
160+
Xinclude (com_trolltech_qt_webenginewidgets)
161+
QT += webenginewidgets
162+
}
163+
157164
PythonQtWebKit {
158165
DEFINES += PYTHONQT_WITH_WEBKIT
159166
Xinclude (com_trolltech_qt_webkit)

0 commit comments

Comments
 (0)