Paste P303

Masterwork From Distant Lands
ActivePublic

Authored by johanneszarl on Feb 5 2019, 9:17 PM.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 110659be..17721e2a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -516,3 +516,11 @@ configure_file(config-kpa-kgeomap.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-kpa
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
# vi:expandtab:tabstop=4 shiftwidth=4:
+
+find_package(KF5I18n CONFIG REQUIRED)
+ki18n_install(po)
+
+ find_package(KF5DocTools CONFIG)
+ if(KF5DocTools_FOUND)
+ kdoctools_install(po)
+ endif()
johanneszarl edited the content of this paste. (Show Details)Feb 5 2019, 9:17 PM
johanneszarl changed the title of this paste from untitled to Masterwork From Distant Lands.