mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-25 11:22:52 +00:00
26 lines
507 B
Text
26 lines
507 B
Text
![]() |
########### next target ###############
|
||
|
|
||
|
set(kdirshareplugin_PART_SRCS
|
||
|
kdirshareplugin.cpp
|
||
|
kdirshareplugin.ui
|
||
|
)
|
||
|
|
||
|
kde4_add_plugin(kdirshareplugin ${kdirshareplugin_PART_SRCS})
|
||
|
target_link_libraries(kdirshareplugin
|
||
|
${KDE4_KIO_LIBS}
|
||
|
${KDE4_KIO_LIBS}
|
||
|
${QT_QTDBUS_LIBRARY}
|
||
|
)
|
||
|
|
||
|
install(
|
||
|
TARGETS kdirshareplugin
|
||
|
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}
|
||
|
)
|
||
|
|
||
|
########### install files ###############
|
||
|
|
||
|
install(
|
||
|
FILES kdirshareplugin.desktop
|
||
|
DESTINATION ${KDE4_SERVICES_INSTALL_DIR}
|
||
|
)
|