Archie3d / qpdf

PDF viewer widget for Qt
GNU Lesser General Public License v2.1
166 stars 57 forks source link

Not able to build this project on Ubuntu 20.04 #32

Open chandramohan83 opened 1 year ago

chandramohan83 commented 1 year ago

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

I am using ubuntu 20.04 and installed webenginecore and corresponding libraries

Archie3d commented 1 year ago

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

proton07 commented 1 year ago

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

QWebEngineView: No such file or directory

include

etc