qpdf icon indicating copy to clipboard operation
qpdf copied to clipboard

Not able to build this project on Ubuntu 20.04

Open chandramohan83 opened this issue 1 year ago • 2 comments

Project ERROR: Unknown module(s) in QT: webengine webenginecore webenginewidgets webchannel

I am using ubuntu 20.04 and installed webenginecore and corresponding libraries

chandramohan83 avatar Aug 25 '22 06:08 chandramohan83

Webengine dependencies are obviously missing. You'll have to troubleshoot your installation and make sure qtwebengine5-dev is installed correctly.

Archie3d avatar Aug 25 '22 21:08 Archie3d

Same problem Using windows 10 and windows 11 with QT 5.15.2 i tried to remove QtWebEngine and installed it once again but the same problem if i remove those \ from QT += widgets
webengine
webenginecore webenginewidgets ~ error disappear but a new problem show up

QWebChannel: No such file or directory #include <QWebChannel>

QWebEngineView: No such file or directory #include <QWebEngineView> etc

proton07 avatar Sep 29 '22 00:09 proton07