Remove unneeded libraries to link against

Now the kded doesn't compile everything, so it has less dependencies
This commit is contained in:
Aleix Pol 2014-06-14 13:12:48 +02:00
parent 846494f62a
commit 1bda8043cd

View file

@ -43,11 +43,6 @@ kde4_add_plugin(kded_kdeconnect kded.cpp)
target_link_libraries(kded_kdeconnect
${KDE4_KDECORE_LIBS}
${KDE4_KDEUI_LIBS}
${KDE4_KIO_LIBS}
${QT_QTNETWORK_LIBRARY}
${QJSON_LIBRARIES}
${QCA2_LIBRARIES}
)
include(../macros.cmake)