PDA

View Full Version : Mysql support



Guilo
8th June 2010, 15:01
Hi !

I am about to develop a mobile application using Qt which will connect to a remote MySQL server. As for desktop, it seems that MySQL support needs to be built manually. I have downloaded and installed Nokia Qt SDK Beta for Unix. I do I compile MySQL support so that it will be usable both in the Simulator and in Maemo compilation ? Do I need to recompile the whole Qt or as for desktop I can go to the plugins folder in the sources to compile it ?

Thanks

Guilo
10th June 2010, 10:08
Solved by myself :

You go to ~/NokiaQtSDK/QtSources/4.7.0/src/plugins/sqldrivers/mysql/ and just qmake, make, make install