From f8c6099a32ffec0408e919dad1d8eefdc451c01d Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Fri, 18 Feb 2022 23:43:15 +0200 Subject: [PATCH] Don't install two copies of kcm_fontinst This looks like an oversight after switching to use the kcoreaddons_add_plugin macro. --- kcms/kfontinst/kcmfontinst/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/kcms/kfontinst/kcmfontinst/CMakeLists.txt b/kcms/kfontinst/kcmfontinst/CMakeLists.txt index e4c0f853d..ece7f25d0 100644 --- a/kcms/kfontinst/kcmfontinst/CMakeLists.txt +++ b/kcms/kfontinst/kcmfontinst/CMakeLists.txt @@ -18,7 +18,6 @@ target_link_libraries(kcm_fontinst X11::X11 ) -install(TARGETS kcm_fontinst DESTINATION ${KDE_INSTALL_PLUGINDIR}) install( FILES kcm_fontinst.desktop DESTINATION ${KDE_INSTALL_APPDIR} ) install( FILES kfontinst.knsrc DESTINATION ${KDE_INSTALL_KNSRCDIR} )