mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
22 lines
446 B
Text
22 lines
446 B
Text
![]() |
|
||
|
|
||
|
|
||
|
|
||
|
########### next target ###############
|
||
|
|
||
|
set(renaudioplugin_PART_SRCS audiopreview.cpp audio_plugin.cpp )
|
||
|
|
||
|
kde4_add_plugin(renaudioplugin WITH_PREFIX ${renaudioplugin_PART_SRCS})
|
||
|
|
||
|
|
||
|
|
||
|
target_link_libraries(renaudioplugin ${KDE4_KIO_LIBS} kmediaplayer )
|
||
|
|
||
|
install(TARGETS renaudioplugin DESTINATION ${PLUGIN_INSTALL_DIR} )
|
||
|
|
||
|
|
||
|
########### install files ###############
|
||
|
|
||
|
install( FILES renaudiodlg.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
||
|
|