diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-12-27 17:31:56 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-12-27 18:10:01 +0100 |
commit | 7a651bdc5310dffd19148e5f2046126324e2f53f (patch) | |
tree | 9b84c790e8c1d2f7b07d31f23d8f003cb5de1855 | |
parent | f33f596584bf88df36175516764d5d7977d98b98 (diff) | |
download | PrismLauncher-7a651bdc5310dffd19148e5f2046126324e2f53f.tar.gz PrismLauncher-7a651bdc5310dffd19148e5f2046126324e2f53f.tar.bz2 PrismLauncher-7a651bdc5310dffd19148e5f2046126324e2f53f.zip |
feat: install launcher logging categories
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
-rw-r--r-- | launcher/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index 4057c876..6ca88ec6 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -562,6 +562,13 @@ ecm_qt_declare_logging_category(CORE_SOURCES EXPORT "${Launcher_Name}" ) +if(KDE_INSTALL_LOGGINGCATEGORIESDIR) # only install if there is a standard path for this + ecm_qt_install_logging_categories( + EXPORT "${Launcher_Name}" + DESTINATION "${KDE_INSTALL_LOGGINGCATEGORIESDIR}" + ) +endif() + ################################ COMPILE ################################ set(LOGIC_SOURCES |