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()