Skip to content

Commit

Permalink
Merge pull request #799 from mirabilos/lrelease
Browse files Browse the repository at this point in the history
generate compiled translation files correctly
  • Loading branch information
corrados committed Jan 7, 2021
2 parents 278a522 + 65b4b85 commit 3b4aeca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jamulus.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ contains(CONFIG, "noupcasename") {

CONFIG += qt \
thread \
lrelease \
release

QT += network \
Expand All @@ -21,6 +22,7 @@ contains(CONFIG, "headless") {
QT += widgets
}

LRELEASE_DIR = src/res/translation
TRANSLATIONS = src/res/translation/translation_de_DE.ts \
src/res/translation/translation_fr_FR.ts \
src/res/translation/translation_pt_PT.ts \
Expand Down

0 comments on commit 3b4aeca

Please sign in to comment.