From f0a5c4b2c214cae768de2587e68d5b61720831b0 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 9 Mar 2019 18:02:17 +0100 Subject: [PATCH] Enable translations --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 351795595..fc294ae0f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )