So you got QtSQL+MySQL working on Android? How did you do it?
The best I could do was to get libmysqlclient.so from a chroot install on an Android phone, compile the MySQL QtSQL driver against it, and place them in the rules.xml file so that they get uploaded to my Android device on deployment. However, the application always fails to link libmysqlclient.so on startup for some reason I don't know. Can you help me out here?
Regards,
Ismael