Add QT XML DLL to Windows installer and update docs.

This commit is contained in:
Kimmo Varis 2009-06-22 12:35:44 +03:00
parent 4b1f300660
commit 74263b30de
3 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@ Linux:
names depend on distribution, but e.g. for Ubuntu the needed packages are:
* libqt4-core
* libqt4-gui
* libqt4-xml
* libqt4-dev
* qt4-dev-tools
* qt4-qmake

View File

@ -102,6 +102,7 @@ Source: {#RuntimesFolder}\msvcr90.dll; DestDir: {app}; Components: Core
; QT runtimes
Source: {#RuntimesFolder}\QtCore4.dll; DestDir: {app}; Components: QTGui
Source: {#RuntimesFolder}\QtGui4.dll; DestDir: {app}; Components: QTGui
Source: {#RuntimesFolder}\QtXml4.dll; DestDir: {app}; Components: QTGui
[Icons]
; As cppcheck is a program run from command prompt, make icons to open

View File

@ -42,6 +42,7 @@ also. When building QT make sure you build release targets!
Copy following files to same RuntimesFolder than VS runtime files:
- QtCore4.dll
- QtGui4.dll
- QtXml4.dll
Creating the installer executable:
#1 Open the ISTool and load cppcheck.iss