Unknown module(s) in QT: webkitwidgets webkit
-
wrote on 16 Jun 2013, 19:31 last edited by
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 ?
-
wrote on 16 Jun 2013, 20:25 last edited by
I download instaler from the qt page and "About dialog" says: QT creator 2.7.0 based on qt 5.0.2 (32 bit)
-
wrote on 16 Jun 2013, 20:25 last edited by
sorry 64bit
-
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.
-
wrote on 17 Jun 2013, 09:06 last edited by
There is also version 5.0.2
-
How did you install Qt 5 ?
-
wrote on 17 Jun 2013, 16:33 last edited by
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 ...
-
wrote on 2 Sept 2013, 10:22 last edited by
Hi
I have the same problem :( Did you get an answer ?
my problem with Bluetooth module.Unknown module(s) in QT: Bluetooth
I am using Desktop Qt 5.1.1 MinGW 32 bit (as shown under Kits )
Any advice?
-
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
-
wrote on 3 Sept 2013, 09:12 last edited by
Hello SGaist,
Thanks for reply.I got it.