Add QT XML DLL to Windows installer and update docs.
This commit is contained in:
parent
4b1f300660
commit
74263b30de
|
@ -24,6 +24,7 @@ Linux:
|
||||||
names depend on distribution, but e.g. for Ubuntu the needed packages are:
|
names depend on distribution, but e.g. for Ubuntu the needed packages are:
|
||||||
* libqt4-core
|
* libqt4-core
|
||||||
* libqt4-gui
|
* libqt4-gui
|
||||||
|
* libqt4-xml
|
||||||
* libqt4-dev
|
* libqt4-dev
|
||||||
* qt4-dev-tools
|
* qt4-dev-tools
|
||||||
* qt4-qmake
|
* qt4-qmake
|
||||||
|
|
|
@ -102,6 +102,7 @@ Source: {#RuntimesFolder}\msvcr90.dll; DestDir: {app}; Components: Core
|
||||||
; QT runtimes
|
; QT runtimes
|
||||||
Source: {#RuntimesFolder}\QtCore4.dll; DestDir: {app}; Components: QTGui
|
Source: {#RuntimesFolder}\QtCore4.dll; DestDir: {app}; Components: QTGui
|
||||||
Source: {#RuntimesFolder}\QtGui4.dll; DestDir: {app}; Components: QTGui
|
Source: {#RuntimesFolder}\QtGui4.dll; DestDir: {app}; Components: QTGui
|
||||||
|
Source: {#RuntimesFolder}\QtXml4.dll; DestDir: {app}; Components: QTGui
|
||||||
|
|
||||||
[Icons]
|
[Icons]
|
||||||
; As cppcheck is a program run from command prompt, make icons to open
|
; As cppcheck is a program run from command prompt, make icons to open
|
||||||
|
|
|
@ -42,6 +42,7 @@ also. When building QT make sure you build release targets!
|
||||||
Copy following files to same RuntimesFolder than VS runtime files:
|
Copy following files to same RuntimesFolder than VS runtime files:
|
||||||
- QtCore4.dll
|
- QtCore4.dll
|
||||||
- QtGui4.dll
|
- QtGui4.dll
|
||||||
|
- QtXml4.dll
|
||||||
|
|
||||||
Creating the installer executable:
|
Creating the installer executable:
|
||||||
#1 Open the ISTool and load cppcheck.iss
|
#1 Open the ISTool and load cppcheck.iss
|
||||||
|
|
Loading…
Reference in New Issue