I assume your Qt installation is in C:\. So, copy your mingw-utils contents(in bin directory) in C:\Qt\2010.02.1\qt\bin.
I assume your Qt installation is in C:\. So, copy your mingw-utils contents(in bin directory) in C:\Qt\2010.02.1\qt\bin.
I downloaded the MySQL Server 5.1 into path
C:\Program Files\MySQL\MySQL Server 5.1 .
But there is no \lib\opt\ in my :
C:\Program Files\MySQL\MySQL Server 5.1\lib.
Instruction from the guide link :-
But I do not find any sub-directory lib/opt . So how do I proceed?How to Build the Plug-in :
-Open a Qt Command Prompt and go to wherever you installed the MySQL server (C:\Program Files\MySQL\MySQL Server 5.0 is the default location).
-Goto the sub-directory lib/opt and run reimp libmysql.lib to produce the liblibmysql.a file. This is the import library to use with MinGW.
Is there libmysql.lib in your MySQL lib directory ?
Have I installed the wrong files?I installed the mysql-5.1.49-win32.msi .
Bookmarks