PDA

View Full Version : Qmysql3



reuabreliz
21st December 2009, 20:23
I have the problem when I run my sql program (The program should only connect to my mysql server) it doesn't load the QMYSQL3 driver. (it doesn't locate it)
My question is how can I install this module. I have installed qt (4.6) with source files. (without mysql) So can I add this modul now or must I reinstall qt?

reuabreliz
25th December 2009, 07:15
So I have managed it on my own. I only went in the qtbuilddir/src/plugins/sqldrivers/mysql. Then I compiled the Makefile and copied the library to my installation dir qtinstall/plugins/sqldrivers/mysql. Now I have also QMYSQL as a driver.