2006-05-12 00:08:30 +00:00
|
|
|
|
2006-02-28 08:01:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
|
|
|
set(kcm_kwinoptions_PART_SRCS windows.cpp mouse.cpp main.cpp )
|
|
|
|
|
2006-10-23 06:53:27 +00:00
|
|
|
kde4_automoc(${kcm_kwinoptions_PART_SRCS})
|
2006-02-28 08:01:15 +00:00
|
|
|
|
|
|
|
kde4_add_plugin(kcm_kwinoptions ${kcm_kwinoptions_PART_SRCS})
|
|
|
|
|
|
|
|
|
2006-06-08 13:43:23 +00:00
|
|
|
target_link_libraries(kcm_kwinoptions ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY} ${QT_QT3SUPPORT_LIBRARY})
|
2006-02-28 08:01:15 +00:00
|
|
|
|
2006-07-04 17:09:53 +00:00
|
|
|
install(TARGETS kcm_kwinoptions DESTINATION ${PLUGIN_INSTALL_DIR} )
|
2006-02-28 08:01:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
2006-10-23 06:53:27 +00:00
|
|
|
install( FILES kwinoptions.desktop kwinactions.desktop kwinadvanced.desktop
|
|
|
|
kwinfocus.desktop kwinmoving.desktop kwintranslucency.desktop
|
|
|
|
DESTINATION ${SERVICES_INSTALL_DIR})
|
2006-10-21 12:01:53 +00:00
|
|
|
|
2006-10-23 06:53:27 +00:00
|
|
|
kde4_install_icons( ${ICON_INSTALL_DIR} )
|
2006-10-21 12:01:53 +00:00
|
|
|
|