From eb5bd219f24a4197784ae8f1e843509c793546d4 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Mon, 5 Apr 2021 23:02:23 +0200 Subject: [PATCH] [interfaces] Make KConfig linkage public It is used in a header so consumers need to link it too --- interfaces/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/CMakeLists.txt b/interfaces/CMakeLists.txt index f1410b1bf..aa16f4c36 100644 --- a/interfaces/CMakeLists.txt +++ b/interfaces/CMakeLists.txt @@ -69,9 +69,9 @@ target_link_libraries(kdeconnectinterfaces LINK_PUBLIC Qt5::Gui Qt5::DBus + KF5::ConfigCore LINK_PRIVATE kdeconnectcore - KF5::ConfigCore KF5::I18n kdeconnectcore KF5::CoreAddons