kwin/clients/plastik/config/CMakeLists.txt
Alexander Neundorf cd5d04d060 -remove kde4_install_libtool_file(), not necessary anymore since we switched away from libltdl
Alex


svn path=/trunk/KDE/kdebase/workspace/; revision=602118
2006-11-05 12:24:44 +00:00

17 lines
461 B
CMake

########### next target ###############
set(kwin_plastik_config_PART_SRCS config.cpp )
kde4_automoc(${kwin_plastik_config_PART_SRCS})
kde4_add_ui_files(kwin_plastik_config_PART_SRCS configdialog.ui )
kde4_add_plugin(kwin_plastik_config ${kwin_plastik_config_PART_SRCS})
target_link_libraries(kwin_plastik_config ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY} ${QT_QT3SUPPORT_LIBRARY})
install(TARGETS kwin_plastik_config DESTINATION ${PLUGIN_INSTALL_DIR} )