2 project(kstyle-highcolor)
3 add_definitions(-DQT_PLUGIN)
5 ########### next target ###############
7 set(highcolor_PART_SRCS highcolor.cpp )
10 kde4_add_plugin(highcolor ${highcolor_PART_SRCS})
12 target_link_libraries(highcolor ${KDE4_KDECORE_LIBS} )
14 install(TARGETS highcolor DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/styles )
17 ########### install files ###############