Re: Problem building QMYSQL
Try these instructions:
http://qt.nokia.com/doc/4.0/sql-driv...gin-on-windows
Then open Qt command prompt, go to
\<QT install directory>\qt\src\plugins\sqldrivers\mysql
I don't have nmake, so I used mingw32-make. I had some problems with long filenames at first, but then figured out the 8.3 filenames.
hth,
-a
Re: Problem building QMYSQL
Well, i had already resolved my problem.
The problem was becuse of the wrong instructions gave by people. Well, maybe incomplete instructions. I was trying nmake because the instructions said to and I don't have make.
But nmake only work with MS compiled binaries, not the case from the win binaries package. I had to use the mingw32-make and everything works fine.
Thank you,