Unknown module(s) in QT: webkitwidgets webkit
-
Hello,
I've just try to run my program, which use webkit and webkitwidgets mudues. The program runs on windows without error. On Linux it gives an error:
:-1: error: Unknown module(s) in QT: webkitwidgets webkit
Can anybody help me, please? I tried to fix it for about a day, but i really do not know what to do.
-
Hi and welcome to devnet,
I assume you are using Qt 5. Are you sure that your are building your application using Qt 5 on your linux box ?
-
What you have to check is the Qt version used to build your application, not the one used to build QtCreator. Go to options -> Build & Run -> Kits have a look at what version of Qt your current kit is using.
-
The "About dialog" shows you the version of Qt that was used to build Qt Creator.
Click the "Projects" button on the left, to see the version of Qt that is used to build your project.
-
How did you install Qt 5 ?
-
I download the instalation package for 64bit linux from: http://qt-project.org/downloads. Then I add executable permission for the downloaded file and then go throw the instalation. It is installed on the default location, agree with license ...
-
Hi and welcome to devnet,
You should rather open a new thread when your question is not directly related to the original post (you don't use the same OS and it's not the same module that is acting strangely).
Anyway, have a look "here":http://qt-project.org/wiki/Qt-Add-ons-Modules. Qt Bluetooth is in an add-on module call QtConnectivity