delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / runtime / kstyles / highcolor / CMakeLists.txt
blobfa6bfb8730c6b139204943f8826163597fd0bd9e
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 ###############