mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 19:02:53 +00:00
13 lines
461 B
CMake
13 lines
461 B
CMake
include_directories( ../../)
|
|
|
|
set(kget_engine_SRCS
|
|
kgetengine.cpp
|
|
)
|
|
|
|
qt4_add_dbus_interface(kget_engine_SRCS ../../dbus/org.kde.kget.main.xml kget_interface)
|
|
|
|
kde4_add_plugin(plasma_engine_kget ${kget_engine_SRCS})
|
|
target_link_libraries(plasma_engine_kget ${KDE4_KDECORE_LIBS} ${KDE4_PLASMA_LIBS})
|
|
|
|
install(TARGETS plasma_engine_kget DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
|
|
install(FILES plasma-engine-kget.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})
|