<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Windows</title><link>https://sourceforge.net/p/startkladde/wiki/Windows/</link><description>Recent changes to Windows</description><atom:link href="https://sourceforge.net/p/startkladde/wiki/Windows/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 11 Sep 2012 19:38:22 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/startkladde/wiki/Windows/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Windows modified by Martin Herrmann</title><link>https://sourceforge.net/p/startkladde/wiki/Windows/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -4,7 +4,7 @@
 
 ## Compilation
 
-See [compiling].
+See [compiling](Compiling).
 
 
 ## Deployment
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Herrmann</dc:creator><pubDate>Tue, 11 Sep 2012 19:38:22 -0000</pubDate><guid>https://sourceforge.net8df9bf50d0f58c50bce0392973c2fa931408d114</guid></item><item><title>WikiPage Windows modified by Martin Herrmann</title><link>https://sourceforge.net/p/startkladde/wiki/Windows/</link><description>&lt;div style="color: red; font-size: 24pt"&gt;Outdated!&lt;/div&gt;

# Startkladde on Windows

## Compilation

See [compiling].


## Deployment

Links:

* http://doc.trolltech.com/4.5/deployment-windows.html
* http://en.wikipedia.org/wiki/Windows_Installer

To load the SQL plugin from the application directory:

 * place qsqlmysql4.dll in plugins/sqldrivers
 * place libmysql.dll in .
 * `qApp-&gt;addLibraryPath (qApp-&gt;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](http://www.jrsoftware.org/isinfo.php) (see [Wikipedia](http://en.wikipedia.org/wiki/Inno_Setup)). 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.
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Herrmann</dc:creator><pubDate>Tue, 11 Sep 2012 19:37:40 -0000</pubDate><guid>https://sourceforge.neta6ffe6b4c6c2c311e801310393787fe4743b2ae4</guid></item></channel></rss>