Blob Blame History Raw
diff -up kdebindings-4.1.0/ruby/ktexteditor/CMakeLists.txt.orig kdebindings-4.1.0/ruby/ktexteditor/CMakeLists.txt
--- kdebindings-4.1.0/ruby/ktexteditor/CMakeLists.txt.orig	2008-07-24 17:21:57.000000000 +0200
+++ kdebindings-4.1.0/ruby/ktexteditor/CMakeLists.txt	2008-07-24 17:22:10.000000000 +0200
@@ -10,16 +10,7 @@ target_link_libraries(rubyktexteditor 
     smokeqt 
     smokekde 
     smokektexteditor 
-    katepart
     qtruby4shared)
 set_target_properties(rubyktexteditor PROPERTIES PREFIX "" OUTPUT_NAME ktexteditor)
 install(TARGETS rubyktexteditor DESTINATION ${CUSTOM_RUBY_SITE_ARCH_DIR})
 install(FILES ktexteditor.rb DESTINATION ${CUSTOM_RUBY_SITE_LIB_DIR}/ktexteditor)
-
-if(FALSE)
-set(rubyloadktexteditor_LIBRARY_SRC loadktexteditor.cpp)
-add_library(rubyloadktexteditor MODULE ${rubyloadktexteditor_LIBRARY_SRC})
-target_link_libraries(rubyloadktexteditor ${RUBY_LIBRARY} ${KDE4_KTEXTEDITOR_LIBS})
-set_target_properties(rubyloadktexteditor PROPERTIES PREFIX "" OUTPUT_NAME loadktexteditor)
-install(TARGETS rubyloadktexteditor DESTINATION ${CUSTOM_RUBY_SITE_ARCH_DIR})
-endif(FALSE)