r615451 | mlaurent | 2006-12-21 16:34:31 +0100 (Thu, 21 Dec 2006) | 2 lines Use dbus interface svn path=/trunk/KDE/kdebase/workspace/; revision=659495
29 lines
810 B
CMake
29 lines
810 B
CMake
|
|
|
|
|
|
########### next target ###############
|
|
|
|
set(kcm_kwinoptions_PART_SRCS windows.cpp mouse.cpp main.cpp )
|
|
|
|
set(kwin_xml ${CMAKE_SOURCE_DIR}/workspace/kwin/org.kde.KWin.xml)
|
|
|
|
QT4_ADD_DBUS_INTERFACE( kcm_kwinoptions_PART_SRCS ${kwin_xml} kwin_interface )
|
|
|
|
kde4_automoc(${kcm_kwinoptions_PART_SRCS})
|
|
|
|
kde4_add_plugin(kcm_kwinoptions ${kcm_kwinoptions_PART_SRCS})
|
|
|
|
|
|
|
|
target_link_libraries(kcm_kwinoptions ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY} ${QT_QT3SUPPORT_LIBRARY})
|
|
|
|
install(TARGETS kcm_kwinoptions DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
|
|
|
|
########### install files ###############
|
|
|
|
install( FILES kwinoptions.desktop kwinactions.desktop kwinadvanced.desktop
|
|
kwinfocus.desktop kwinmoving.desktop kwintranslucency.desktop
|
|
DESTINATION ${SERVICES_INSTALL_DIR})
|
|
|
|
kde4_install_icons( ${ICON_INSTALL_DIR} )
|