View Single Post
Posts: 434 | Thanked: 325 times | Joined on Sep 2009
#4
Originally Posted by krk969 View Post
the mysql plugin must be installed to the runtime env.
How can I do that?


Originally Posted by krk969 View Post
in your .pro file

QT += sql should help you compile if you have libqt4-sql package installed on the dev env
I already have that.


Originally Posted by krk969 View Post
i think that should work. sqlite is an inprocess db and doesnt need a dbmanager/daemon. is that good for you ? or do you need mysql for specific reasons
I want to access an external MySQL server to retrieve data. Can I use SQLLite for that?

Thanks for your help.