mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Link fixes according to #168359.
Patch by Stephan Wezel, thanks. BUG:168359 svn path=/trunk/KDE/kdebase/apps/; revision=842119
This commit is contained in:
parent
daee9a4af7
commit
a8146ba154
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ set(kfindpart_PART_SRCS kfindpart.cpp ${libkfindcommon_SRCS})
|
|||
kde4_add_plugin(kfindpart WITH_PREFIX ${kfindpart_PART_SRCS})
|
||||
|
||||
|
||||
target_link_libraries(kfindpart ${KDE4_KDE3SUPPORT_LIBS} konq )
|
||||
target_link_libraries(kfindpart ${KDE4_KDE3SUPPORT_LIBS} konq ${KDE4_KPARTS_LIBS})
|
||||
|
||||
install(TARGETS kfindpart DESTINATION ${PLUGIN_INSTALL_DIR} )
|
||||
|
||||
|
|
Loading…
Reference in a new issue