removed 'exception conversion utility'
svn path=/trunk/KDE/kdebase/workspace/; revision=1015116
This commit is contained in:
parent
22dfa799d4
commit
eb5094d4d7
1 changed files with 0 additions and 19 deletions
|
@ -27,25 +27,6 @@ target_link_libraries(
|
||||||
|
|
||||||
install(TARGETS kwin3_nitrogen DESTINATION ${PLUGIN_INSTALL_DIR} )
|
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 ###############
|
||||||
|
|
||||||
install( FILES nitrogenclient.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin/ )
|
install( FILES nitrogenclient.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin/ )
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue