Hey Qtcentre,
I'm currently working on an application which need acces to a MySQL database. I get the usual error with the missing driver for MySQL when trying to run the app in the simulator, and it wont run on the phone (n900) either.
I did the following:
Download and install MySQL with libraries
Run Qt. 4.7 Command prompt
cd c:\Qt\4.7.0\src\plugins\sqldrivers\mysql
qmake "INCLUDEPATH+=C:\\program files\\MySQL\\MySQL Server 5.1\\include" "LIBS+=C:\\program files\\MySQL\MySQL Server 5.1\\lib\\opt\\libmysql.lib" mysql.pro
nmake
I get this error, and tbh i really have no idea what the error is..
Im quite a neewb, so i'll appreciate anything easy to understand




