add more spacing
[personal-kdebase.git] / workspace / kwin / kcmkwin / kwindecoration / CMakeLists.txt
blob47a4667420aea7fbf99ea6c54a0c1686b0557ddd
1 add_definitions (-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS)
3 set(kcm_kwindecoration_PART_SRCS kwindecoration.cpp buttons.cpp preview.cpp )
4 kde4_add_plugin(kcm_kwindecoration ${kcm_kwindecoration_PART_SRCS})
5 target_link_libraries(kcm_kwindecoration ${KDE4_KDE3SUPPORT_LIBS} kdecorations ${X11_LIBRARIES})
6 install(TARGETS kcm_kwindecoration  DESTINATION ${PLUGIN_INSTALL_DIR} )
8 ########### install files ###############
10 install( FILES kwindecoration.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )