removed 'exception conversion utility'

svn path=/trunk/KDE/kdebase/workspace/; revision=1015116
This commit is contained in:
Hugo Pereira Da Costa 2009-08-24 15:05:55 +00:00
parent 22dfa799d4
commit eb5094d4d7

View file

@ -27,25 +27,6 @@ target_link_libraries(
install(TARGETS kwin3_nitrogen DESTINATION ${PLUGIN_INSTALL_DIR} )
########### next target ###############
set( conversion_SRCS
nitrogenconfiguration.cpp
nitrogenexception.cpp
nitrogenexceptionlist.cpp
nitrogenconvertexceptions.cpp
)
kde4_add_executable(nitrogen-convert-exceptions ${conversion_SRCS})
target_link_libraries(
nitrogen-convert-exceptions
${KDE4_KDEUI_LIBS}
${QT_QTXML_LIBRARY}
)
install(TARGETS nitrogen-convert-exceptions ${INSTALL_TARGETS_DEFAULT_ARGS} )
########### install files ###############
install( FILES nitrogenclient.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin/ )