2007-04-29 17:35:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
|
|
|
set(kwin_plastik_config_PART_SRCS config.cpp )
|
|
|
|
|
2007-04-29 22:04:13 +00:00
|
|
|
kde4_automoc(${kwin_plastik_config_PART_SRCS})
|
2007-04-29 17:35:43 +00:00
|
|
|
|
|
|
|
kde4_add_ui3_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} )
|
|
|
|
|