diff options
| author | Victor Tran <vicr12345@gmail.com> | 2018-07-13 22:47:55 +1000 |
|---|---|---|
| committer | Victor Tran <vicr12345@gmail.com> | 2018-07-13 22:47:55 +1000 |
| commit | 14f04e63ebf45d5896effe36b55470d86f735dfb (patch) | |
| tree | ce9ac6deba28917288ccf8d2ed494253d4c9af02 /installer/installer.pro | |
| parent | a1e9542350cc617412781af88d5b33133d4be8f4 (diff) | |
| download | theInstaller-14f04e63ebf45d5896effe36b55470d86f735dfb.tar.gz theInstaller-14f04e63ebf45d5896effe36b55470d86f735dfb.tar.bz2 theInstaller-14f04e63ebf45d5896effe36b55470d86f735dfb.zip | |
Download progress and process checking for uninstall
Diffstat (limited to 'installer/installer.pro')
| -rw-r--r-- | installer/installer.pro | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/installer/installer.pro b/installer/installer.pro index 396b087..b7cd4bc 100644 --- a/installer/installer.pro +++ b/installer/installer.pro @@ -189,7 +189,11 @@ FORMS += \ TRANSLATIONS += \ translations/vi_VN.ts \ - translations/pt_BR.ts + translations/pt_BR.ts \ + translations/en_US.ts \ + translations/en_GB.ts \ + translations/en_AU.ts \ + translations/en_NZ.ts win32 { #CONFIG += embed_manifest_exe |
