mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
22 lines
436 B
Text
22 lines
436 B
Text
![]() |
|
||
|
|
||
|
|
||
|
|
||
|
########### next target ###############
|
||
|
|
||
|
set(renimageplugin_PART_SRCS imagevisualizer.cpp image_plugin.cpp )
|
||
|
|
||
|
kde4_add_plugin(renimageplugin WITH_PREFIX ${renimageplugin_PART_SRCS})
|
||
|
|
||
|
|
||
|
|
||
|
target_link_libraries(renimageplugin ${KDE4_KIO_LIBS} )
|
||
|
|
||
|
install(TARGETS renimageplugin DESTINATION ${PLUGIN_INSTALL_DIR} )
|
||
|
|
||
|
|
||
|
########### install files ###############
|
||
|
|
||
|
install( FILES renimagedlg.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
||
|
|