GUI: Add more QT DLLs to Windows installer.
Help viewer requires help dll and couple of deoendent dlls to be installed also.
This commit is contained in:
parent
cb318c21e3
commit
66111a294d
|
@ -25,8 +25,12 @@
|
|||
WorkingDirectory='INSTALLDIR' Icon="gui.exe" IconIndex="0" Advertise="yes" />
|
||||
</File>
|
||||
<!-- <File Id='mingwm10dll' Name='mingwm10.dll' Source='mingwm10.dll' /> -->
|
||||
<File Id='qtclucene4dll' Name='qtclucene4.dll' Source='$(var.QtDllDir)\qtclucene4.dll' />
|
||||
<File Id='qtcore4dll' Name='qtcore4.dll' Source='$(var.QtDllDir)\qtcore4.dll' />
|
||||
<File Id='qtgui4dll' Name='qtgui4.dll' Source='$(var.QtDllDir)\qtgui4.dll' />
|
||||
<File Id='qthelp4dll' Name='qthelp4.dll' Source='$(var.QtDllDir)\qthelp4.dll' />
|
||||
<File Id='qtnetwork4dll' Name='qtnetwork4.dll' Source='$(var.QtDllDir)\qtnetwork4.dll' />
|
||||
<File Id='qtsql4dll' Name='qtsql4.dll' Source='$(var.QtDllDir)\qtsql4.dll' />
|
||||
<File Id='qtxml4dll' Name='qtxml4.dll' Source='$(var.QtDllDir)\qtxml4.dll' />
|
||||
<!-- Translations -->
|
||||
<File Id='cppcheck_de.qm' Name='cppcheck_de.qm' Source='$(var.GuiBuildDir)\cppcheck_de.qm' />
|
||||
|
|
Loading…
Reference in New Issue