Hi,
I tried building the MySQL plugin using QtCreator.
I'm using Qt 5.0.2, MySQL Server 5.5 (32bit) and Windows7.
Based on this video, i edited the mysql.pro file, located in C:\Qt\Qt5.1.0\5.1.0\Src\qtbase\src\plugins\sqldriv ers\mysql.
Added this lines:
Qt Code:
  1. INCLUDEPATH += C:/PROGRA~2/MySQL/MYSQLS~1.5/include
  2. QMAKE_LIBDIR += C:/PROGRA~2/MySQL/MYSQLS~1.5/lib
  3. LIBS += -lmysql
To copy to clipboard, switch view to plain text mode 
Then i disabled the "Shadow build" in the "projects" option.
After building i'm asked for a "custom executable"! What is this?