Remove unneeded libraries to link against
Now the kded doesn't compile everything, so it has less dependencies
This commit is contained in:
parent
846494f62a
commit
1bda8043cd
1 changed files with 0 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue