delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / runtime / kstyles / web / CMakeLists.txt
blob36be6ad1887ca299867dbf6616345a4a6c0751e2
2 project(kstyle-web)
6 ########### next target ###############
8 set(webstyle_LIB_SRCS webstyle.cpp plugin.cpp )
11 kde4_add_plugin(webstyle ${webstyle_LIB_SRCS})
13 target_link_libraries(webstyle  ${KDE4_KDEUI_LIBS} )
15 install(TARGETS webstyle  DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/styles )
18 ########### install files ###############
20 install( FILES web.themerc  DESTINATION  ${DATA_INSTALL_DIR}/kstyle/themes )