Blob Blame History Raw
From 80ef45e8d399d9826fc7ffa9f021b0aa36eb6914 Mon Sep 17 00:00:00 2001
From: Antonio Rojas <arojas@archlinux.org>
Date: Thu, 21 Dec 2023 09:10:02 +0100
Subject: [PATCH] Add missing KCMUtils dependency in mms plugin

Without this, build fails with

kget/transfer-plugins/mmsthreads/dlgmms.h:22:10: fatal error: KCModule: No such file or directory
---
 transfer-plugins/mmsthreads/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/transfer-plugins/mmsthreads/CMakeLists.txt b/transfer-plugins/mmsthreads/CMakeLists.txt
index 94e367f84..6024b67a1 100755
--- a/transfer-plugins/mmsthreads/CMakeLists.txt
+++ b/transfer-plugins/mmsthreads/CMakeLists.txt
@@ -31,4 +31,4 @@ ki18n_wrap_ui(kcm_kget_mmsfactory
   dlgmms.ui
 )
 kconfig_add_kcfg_files(kcm_kget_mmsfactory mmssettings.kcfgc)
-target_link_libraries(kcm_kget_mmsfactory KF6::I18n KF6::ConfigWidgets)
+target_link_libraries(kcm_kget_mmsfactory KF6::I18n KF6::ConfigWidgets KF6::KCMUtils)
-- 
GitLab