mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-25 03:12:51 +00:00
15 lines
No EOL
350 B
CMake
15 lines
No EOL
350 B
CMake
project(fileviewdropboxplugin)
|
|
|
|
kde4_add_plugin(fileviewdropboxplugin fileviewdropboxplugin.cpp)
|
|
|
|
target_link_libraries(fileviewdropboxplugin ${KDE4_KIO_LIBS} konq)
|
|
|
|
install(
|
|
FILES fileviewdropboxplugin.desktop
|
|
DESTINATION ${KDE4_SERVICES_INSTALL_DIR}
|
|
)
|
|
|
|
install(
|
|
TARGETS fileviewdropboxplugin
|
|
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}
|
|
) |