From 217a7fab28d8d68d5fe4ccc0a1a407eb0b156abf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 24 Aug 2015 17:11:56 +0200 Subject: [PATCH] Update Drop-Nepomuk-from-KParts patch --- Drop-Nepomuk-from-KParts-LINK_INTERFACE_LIBRARIES.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Drop-Nepomuk-from-KParts-LINK_INTERFACE_LIBRARIES.patch b/Drop-Nepomuk-from-KParts-LINK_INTERFACE_LIBRARIES.patch index 985281f..e5c7c31 100644 --- a/Drop-Nepomuk-from-KParts-LINK_INTERFACE_LIBRARIES.patch +++ b/Drop-Nepomuk-from-KParts-LINK_INTERFACE_LIBRARIES.patch @@ -15,10 +15,10 @@ index 2eab2e8..e17ef5e 100644 --- a/kparts/CMakeLists.txt +++ b/kparts/CMakeLists.txt @@ -39,7 +39,6 @@ target_link_libraries(kparts ${KDE4_KDECORE_LIBS} kdeui kio) - target_link_libraries(kparts LINK_INTERFACE_LIBRARIES kio kdeui kdecore ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ) + target_link_libraries(kparts LINK_PUBLIC kio kdeui kdecore ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ) if(HAVE_NEPOMUK) - target_link_libraries(kparts nepomuk nepomukutils) -- target_link_libraries(kparts LINK_INTERFACE_LIBRARIES nepomuk nepomukutils ) + target_link_libraries(kparts LINK_PRIVATE nepomuk nepomukutils) +- target_link_libraries(kparts LINK_PUBLIC nepomuk nepomukutils ) endif(HAVE_NEPOMUK) set_target_properties(kparts PROPERTIES VERSION ${GENERIC_LIB_VERSION}