Stremio / stremio-shell

🐚 Qt5-based shell for Stremio; compile this to run the desktop app
GNU General Public License v3.0
522 stars 114 forks source link

Project ERROR: Unknown module(s) in QT: webengine webchannel #149

Open Xellerate005 opened 3 years ago

Xellerate005 commented 3 years ago

when using qmake i have this error Project ERROR: Unknown module(s) in QT: webengine webchannel

Magoninho commented 7 months ago

This worked for me

Try running this command before using qmake: sudo apt-get install qtwebengine5-dev

Also make sure to run make after qmake