add more spacing
[personal-kdebase.git] / workspace / kwin / clients / ozone / config / CMakeLists.txt
blobca00daf20a0fb8893d010eb00863f35ebec9b9d5
1 include_directories( ${KDEBASE_WORKSPACE_SOURCE_DIR}/kwin/lib  )
4 ########### next target ###############
6 set(kwin_ozone_config_PART_SRCS config.cpp )
9 kde4_add_ui_files(kwin_ozone_config_PART_SRCS oxygenconfig.ui )
11 kde4_add_plugin(kwin_ozone_config ${kwin_ozone_config_PART_SRCS})
15 target_link_libraries(kwin_ozone_config  ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY})
17 install(TARGETS kwin_ozone_config  DESTINATION ${PLUGIN_INSTALL_DIR} )