From bb787f907afd70aafddcb2bed7acd5923b482652 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sat, 29 Aug 2015 02:08:00 +0300 Subject: [PATCH] kdevelop: link to kcmutils instead of kutils --- kdevelop/documentation/qthelp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdevelop/documentation/qthelp/CMakeLists.txt b/kdevelop/documentation/qthelp/CMakeLists.txt index 3ce64cb9..d99193eb 100644 --- a/kdevelop/documentation/qthelp/CMakeLists.txt +++ b/kdevelop/documentation/qthelp/CMakeLists.txt @@ -33,7 +33,7 @@ kde4_add_ui_files(kdevqthelp_config_SRCS kde4_add_plugin( kdevqthelp_config ${kdevqthelp_config_SRCS} ) -target_link_libraries( kdevqthelp_config ${KDE4_KUTILS_LIBS} ${KDE4_KIO_LIBS} ${QT_QTHELP_LIBRARY} ${KDE4_KNEWSTUFF3_LIBS}) +target_link_libraries( kdevqthelp_config ${KDE4_KCMUTILS_LIBS} ${KDE4_KIO_LIBS} ${QT_QTHELP_LIBRARY}) install( TARGETS kdevqthelp_config DESTINATION ${PLUGIN_INSTALL_DIR} ) install( FILES kdevqthelp_config.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) -- 2.11.0