1 KDE4_NO_ENABLE_FINAL(styles)
2 add_subdirectory( keramik )
4 include_directories( ${QIMAGEBLITZ_INCLUDES} )
6 ########### next target ###############
8 set(kcm_style_PART_SRCS ../krdb/krdb.cpp styleconfdialog.cpp kcmstyle.cpp)
11 kde4_add_ui_files(kcm_style_PART_SRCS stylepreview.ui)
13 kde4_add_plugin(kcm_style ${kcm_style_PART_SRCS})
15 target_link_libraries(kcm_style ${KDE4_KIO_LIBS} ${QIMAGEBLITZ_LIBRARIES} ${X11_LIBRARIES})
17 install(TARGETS kcm_style DESTINATION ${PLUGIN_INSTALL_DIR})
20 ########### install files ###############
22 install( FILES style.desktop DESTINATION ${SERVICES_INSTALL_DIR} )