1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Subject: Restore creation of separate .qm files
Fixes 'translations-not-found' AppStream warning
Author: Peter Blackman <peter@pblackman.plus.com>
Forwarded: not-needed
===================================================================
Index: b/CMakeLists.txt
===================================================================
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -61,7 +61,7 @@
option(BUILD_WERROR "Build with -Werror" OFF)
option(USE_RPATH "Use RPATH" APPLE)
option(USE_INSTALL_PREFIX "Look for data in CMAKE_INSTALL_PREFIX" ON)
-option(INSTALL_TRANSLATIONS "Install translations" OFF)
+option(INSTALL_TRANSLATIONS "Install translations" ON)
option(ENABLE_DEBUG_OUTPUT "Enable debug output" ${ENABLE_DEBUG_OUTPUT_DEFAULT})
option(USE_BUNDLE "Bundle dependencies" ${USE_BUNDLE_DEFAULT})
|