hi
i'm new to qt..
now i try to build plugin mysql to qt using mingw..
i got libmysql.a but after that i got error when build QMySQL plugin dll..
in commnd prompt
C:\Qt\qt> cd c:\qt\qt\src\plugins\sqldrivers\mysql
C:\Qt\qt\src\plugins\sqldrivers\mysql> qmake –o Makefile “Makefile "INCLUDEPATH+=C:\MYSQL\INCLUDE" "LIBS+=-L C:\MYSQL\LIB\OPT -lmysql" mysql.pro
C:\Qt\qt\src\plugins\sqldrivers\mysql>mingw32-make
suppose to be get qsqlmysql.dll, qsqlmysqld.dll, libqsqlmysql.a, libqsqlmysqld.a will
appear in c:Qt\qt\plugins\sqldrivers directory.but i don't get these files.
Hope ur guys can help me.thanks
Bookmarks