Building command for MySQL driver on Qt5.xx are they trusted ?
-
In the brief configuration :
@Open the DOS prompt, go to C:\Qt\4.6.2 and run the following commands:
configure.exe -debug-and-release -platform win32-g++ -qt-sql-mysql -l mysql -I C:\MySQL\MySQL51\include -L C:\MySQL\MySQL51\lib\opt
mingw32-make sub-src@Is that proccess still topical for Qt5.xx or did we just follow by:
@qmake "INCLUDEPATH+=C:/MySQL/MySQL51/include" "LIBS+=-L. mysql" mysql.pro@
I did'nt know what exactly the configure.exe proccess bring about...