mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
13 lines
373 B
Text
13 lines
373 B
Text
![]() |
########### kio_applications ###############
|
||
|
|
||
|
kde4_add_plugin(kio_applications kio_applications.cpp)
|
||
|
|
||
|
target_link_libraries(kio_applications ${KDE4_KIO_LIBS} )
|
||
|
|
||
|
install(TARGETS kio_applications DESTINATION ${PLUGIN_INSTALL_DIR} )
|
||
|
|
||
|
|
||
|
########### install files ###############
|
||
|
|
||
|
install( FILES programs.protocol applications.protocol DESTINATION ${SERVICES_INSTALL_DIR} )
|