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. 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 Code:
  1. QT += androidextras
To copy to clipboard, switch view to plain text mode 

I get this from Creator:
Qt Code:
  1. error: Unknown module(s) in QT: androidextras
To copy to clipboard, switch view to plain text mode 

Any assistance would be much appreciated.

Thanks!