0

hope you're well. Does anyone know how to solve this error :-1: error: Unknown module(s) in QT: webkit webkitwidgets creating a click package:-1: error: Unknown module(s) in QT: webkit webkitwidgets when creating a click package? Already installed:

sudo apt-get install libqt5webkit5-dev

It was working well so far debugging locally but getting the error back when trying to publish my programme. Thanks in advance!

1 Answer 1

1

Use webengine and webenginewidgets instead.

webkit and other related classes has been replaced by webengine . Go through the following guide to learm how to port webkit project to webengine project.

http://wiki.qt.io/QtWebEngine/Porting_from_QtWebKit

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks, and although this is correct I cannot get the webengine libraries to be detected. I ended reinstalling Qt Creator and ensuring the modules were installed and even though it wouldn't work.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.