Skip to content

Commit

Permalink
webenginewidgets were not compiled yet
Browse files Browse the repository at this point in the history
  • Loading branch information
usiems authored and mrbean-bremen committed Dec 11, 2023
1 parent 467d3c0 commit c9cc51f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions extensions/PythonQt_QtAll/PythonQt_QtAll.pro
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ isEmpty( PYTHONQTALL_CONFIG ) {
qtHaveModule(qml):CONFIG += PythonQtQml
qtHaveModule(quick):CONFIG += PythonQtQuick
qtHaveModule(uitools):CONFIG += PythonQtUiTools
qtHaveModule(webenginewidgets):CONFIG += PythonQtWebEngineWidgets

qtHaveModule(webkit):CONFIG += PythonQtWebKit
} else {
Expand Down Expand Up @@ -154,6 +155,12 @@ PythonQtUiTools {
QT += uitools
}

PythonQtWebEngineWidgets {
DEFINES += PYTHONQT_WITH_WEBENGINEWIDGETS
Xinclude (com_trolltech_qt_webenginewidgets)
QT += webenginewidgets
}

PythonQtWebKit {
DEFINES += PYTHONQT_WITH_WEBKIT
Xinclude (com_trolltech_qt_webkit)
Expand Down

0 comments on commit c9cc51f

Please sign in to comment.