Fixing ticket #1908 (setup don't install GUI translations)
Patch submitted by Tim Gerundt.
This commit is contained in:
parent
9fa6b20b9d
commit
289fa0e07f
|
@ -28,6 +28,15 @@
|
|||
<File Id='qtcore4dll' Name='qtcore4.dll' Source='$(var.QtDllDir)\qtcore4.dll' />
|
||||
<File Id='qtgui4dll' Name='qtgui4.dll' Source='$(var.QtDllDir)\qtgui4.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' />
|
||||
<File Id='cppcheck_en.qm' Name='cppcheck_en.qm' Source='$(var.GuiBuildDir)\cppcheck_en.qm' />
|
||||
<File Id='cppcheck_fi.qm' Name='cppcheck_fi.qm' Source='$(var.GuiBuildDir)\cppcheck_fi.qm' />
|
||||
<File Id='cppcheck_fr.qm' Name='cppcheck_fr.qm' Source='$(var.GuiBuildDir)\cppcheck_fr.qm' />
|
||||
<File Id='cppcheck_nl.qm' Name='cppcheck_nl.qm' Source='$(var.GuiBuildDir)\cppcheck_nl.qm' />
|
||||
<File Id='cppcheck_pl.qm' Name='cppcheck_pl.qm' Source='$(var.GuiBuildDir)\cppcheck_pl.qm' />
|
||||
<File Id='cppcheck_ru.qm' Name='cppcheck_ru.qm' Source='$(var.GuiBuildDir)\cppcheck_ru.qm' />
|
||||
<File Id='cppcheck_se.qm' Name='cppcheck_se.qm' Source='$(var.GuiBuildDir)\cppcheck_se.qm' />
|
||||
</Component>
|
||||
<Component Id='authors.txt' Guid='*'>
|
||||
<File Id='authors.txt' Name='authors.txt' DiskId='1' Source='..\authors' KeyPath='yes' />
|
||||
|
|
Loading…
Reference in New Issue