PDA

View Full Version : Qt 5.2 New Modules - Win7 MinGW



Xevoius
13th February 2014, 04:31
Greetings.

There are a number of new modules in the Qt 5.2 release. I would like to use one of them - Qt Android Extras (http://doc-snapshot.qt-project.org/qt5-stable/qtandroidextras-index.html). The documentation is clear on how to use it however the module was not in the default installation using the Maintenance Tool. So I downloaded the Source that includes this module and now I am not sure what to do next. I have attempted to open the .pro files and do builds on all of them relevant to the module but I have not found any specific information on what I specifically need to do to make the module available.

When I add this to my project files:

QT += androidextras

I get this from Creator:

error: Unknown module(s) in QT: androidextras

Any assistance would be much appreciated.

Thanks!

jnguetsop
13th February 2014, 13:33
Hello Xevoius,

I don't know which package you have installed, make sure you have installed the Qt SDK for Android. You can find the latest version at this address http://qt-project.org/downloads

Xevoius
13th February 2014, 14:26
jnguetsop ,

Thanks for the help. I have all the Android/Java stuff and configured correctly on my machine. I can create Qt Quick apps and deploy them to my Android phone and tablet.

All that is working great. Now I just want to bring Java into the mix and I am not sure how to build/configure Qt to allow me to access this module.

Still stuck.

Cremers
19th February 2014, 21:57
I'm having the same issue. I can build and deploy my app but I get that same unknown module error when I include androidextras.