1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

gcs: (windows) do not install GCS language files until they're translated properly

Currently the GCS code is too agile to track few translations.
So they are disabled at the moment (except qt own language files).
This commit is contained in:
Oleg Semyonov 2011-07-22 22:24:48 +03:00
parent 400e07bbd1
commit af309557e4

View File

@ -180,7 +180,8 @@ SectionEnd
Section "Localization" InSecLocalization
SetOutPath "$INSTDIR\share\openpilotgcs\translations"
File /r "${GCS_BUILD_TREE}\share\openpilotgcs\translations\*.qm"
; File /r "${GCS_BUILD_TREE}\share\openpilotgcs\translations\openpilotgcs_*.qm"
File /r "${GCS_BUILD_TREE}\share\openpilotgcs\translations\qt_*.qm"
SectionEnd
Section "Firmware" InSecFirmware