gm-vm / openfortivpn-webview

MIT License
87 stars 19 forks source link

Can’t build #32

Closed M4rotte closed 2 months ago

M4rotte commented 2 months ago
$ qmake .
ERROR: Unknown module(s) in QT: webenginewidgets

Am I doing something wrong?

Debian GNU/Linux 12 (bookworm)

# dpkg -l | grep qtwebengine
ii  python3-pyqt5.qtwebengine                     5.15.6-1                                  amd64        Python 3 bindings for Qt5's WebEngine module
ii  python3-pyside2.qtwebenginecore               5.15.8-2+b1                               amd64        Python bindings for Qt5 WebEngineCore module (Python 3)
ii  python3-pyside2.qtwebenginewidgets            5.15.8-2+b1                               amd64        Python bindings for Qt5 WebEngineWidgets module (Python 3)
ii  qml-module-qtwebengine:amd64                  5.15.17+dfsg-3~bpo12+1                    amd64        Qt WebEngine QML module
gm-vm commented 2 months ago

qt6-webengine-dev is probably what you need, assuming you are building with qt6.

M4rotte commented 2 months ago

qt6-webengine-dev is probably what you need, assuming you are building with qt6.

Thank you. I installed this package and also had to use qmake6 rather than qmake, it built OK.