delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / runtime / kstyles / oxygen / config / CMakeLists.txt
blobf7ac3ae63e8a755882d04825c26cbacb3ad3ddd8
2 include_directories( ${KDE4_KDEUI_INCLUDES} )
5 ########### next target ###############
7 set(kstyle_oxygen_config_PART_SRCS oxygenconf.cpp )
10 kde4_add_plugin(kstyle_oxygen_config ${kstyle_oxygen_config_PART_SRCS})
12 target_link_libraries(kstyle_oxygen_config ${KDE4_KDEUI_LIBS})
14 install(TARGETS kstyle_oxygen_config  DESTINATION ${PLUGIN_INSTALL_DIR} )
17 ########### install files ###############