Enable translations

This commit is contained in:
Jonas Kvinge 2019-03-09 18:02:17 +01:00
parent e10a50fdc1
commit f0a5c4b2c2
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ optional_component(SPARKLE ON "Sparkle integration"
DEPENDS "Sparkle" SPARKLE
)
optional_component(TRANSLATIONS OFF "Translations (No languages included yet)"
optional_component(TRANSLATIONS ON "Translations"
DEPENDS "gettext" GETTEXT_FOUND
DEPENDS "Qt5LinguistTools" Qt5LinguistTools_FOUND
)