GUI: Sort language files in project file.
This commit is contained in:
parent
6aabc79d49
commit
a5540e8548
12
gui/gui.pro
12
gui/gui.pro
|
@ -33,17 +33,17 @@ FORMS = about.ui \
|
||||||
settings.ui \
|
settings.ui \
|
||||||
stats.ui
|
stats.ui
|
||||||
|
|
||||||
TRANSLATIONS = cppcheck_es.ts \
|
TRANSLATIONS = cppcheck_de.ts \
|
||||||
|
cppcheck_en.ts \
|
||||||
|
cppcheck_es.ts \
|
||||||
cppcheck_fi.ts \
|
cppcheck_fi.ts \
|
||||||
cppcheck_fr.ts \
|
cppcheck_fr.ts \
|
||||||
|
cppcheck_ja.ts \
|
||||||
cppcheck_nl.ts \
|
cppcheck_nl.ts \
|
||||||
cppcheck_en.ts \
|
|
||||||
cppcheck_sv.ts \
|
|
||||||
cppcheck_de.ts \
|
|
||||||
cppcheck_pl.ts \
|
cppcheck_pl.ts \
|
||||||
cppcheck_ru.ts \
|
cppcheck_ru.ts \
|
||||||
cppcheck_ja.ts \
|
cppcheck_sr.ts \
|
||||||
cppcheck_sr.ts
|
cppcheck_sv.ts
|
||||||
|
|
||||||
# Windows-specific options
|
# Windows-specific options
|
||||||
CONFIG += embed_manifest_exe
|
CONFIG += embed_manifest_exe
|
||||||
|
|
Loading…
Reference in New Issue