Don't include .cpp files. See How to Build the QMYSQL Plugin on Unix and Mac OS X or How to Build the QMYSQL Plugin on Windows.
Don't include .cpp files. See How to Build the QMYSQL Plugin on Unix and Mac OS X or How to Build the QMYSQL Plugin on Windows.
J-P Nurmi
you forgot add
Qt Code:
To copy to clipboard, switch view to plain text mode
hi..
I tried :
cd %QTDIR%\src\plugins\sqldrivers\mysql
qmake -o Makefile "INCLUDEPATH+=C:\MySQL\include" "LIBS+=C:\MYSQL\\lib\opt\libmysql.lib" mysql.pro
make
bu it gives the error: mysql.h no such file or directory ?
had installed mysql including libs
fo the usrName I don t think I will need it .. coze Im workin; as an admnistration d I didnt add Other users n Mysql
/?????
Yes, you need to install MYSQL to be able to build the QMYSQL plugin. You can find instructions for MinGW in our wiki: [WIKI]Building the QMYSQL plugin on Windows using MinGW[/WIKI]
J-P Nurmi
Bookmarks