Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / workspace / kwin / clients / kde2 / CMakeLists.txt
blobb1d9a5b2171229180dca0f543d9840dbbeb6460a
2 add_subdirectory( config ) 
4 ########### next target ###############
6 set(kwin3_kde2_PART_SRCS kde2.cpp)
9 kde4_add_plugin(kwin3_kde2 ${kwin3_kde2_PART_SRCS})
11 target_link_libraries(kwin3_kde2 kdecorations ${QT_QTGUI_LIBRARY})
13 install(TARGETS kwin3_kde2  DESTINATION ${PLUGIN_INSTALL_DIR})
15 install( FILES kde2.desktop  DESTINATION  ${DATA_INSTALL_DIR}/kwin/ )