Windows

Outdated!

Startkladde on Windows

Compilation

See compiling.

Deployment

Links:

To load the SQL plugin from the application directory:

  • place qsqlmysql4.dll in plugins/sqldrivers
  • place libmysql.dll in .
  • qApp->addLibraryPath (qApp->applicationDirPath () + "/plugins");

Required libraries:

  • MinGW:
    • libgcc_s_dw2-1.dll
    • mingwm10.dll
  • MySQL:
    • libmysql.dll
  • Qt:
    • QtCore4.dll
    • QtGui4.dll
    • QtNetwork4.dll
    • QtSql4.dll
    • plugins/sqldrivers/qsqlmysql4
    • plugins/imageformats/*

And the Startkladde plugin files in plugins/

The installer is created with Inno Setup (see Wikipedia). The control files are located in /trunk/packages/windows/startkladde.

Miscellaneous

If the Qt libraries are present twice in the Qt installation (in %QTDIR%/bin and in %QTDIR%/qt/bin), use the ones from %QTDIR%/qt/bin.


Related

Wiki: Home

MongoDB Logo MongoDB