[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/tools
From:       Jos van den Oever <jos () vandenoever ! info>
Date:       2009-08-12 10:26:44
Message-ID: 1250072804.285561.30919.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1010368 by vandenoever:

Add an executable for testing document conversions based on the koconverter executable.

 M  +1 -0      CMakeLists.txt  
 M  +4 -4      filtertester/CMakeLists.txt  
 M  +2 -2      filtertester/filtertester.cpp  


--- trunk/koffice/tools/CMakeLists.txt #1010367:1010368
@@ -1,4 +1,5 @@
 macro_optional_add_subdirectory( converter )
+macro_optional_add_subdirectory( filtertester )
 macro_optional_add_subdirectory( thumbnail )
 macro_optional_add_subdirectory( kthesaurus )
 macro_optional_add_subdirectory( quickprint )
--- trunk/koffice/tools/filtertester/CMakeLists.txt #1010367:1010368
@@ -1,10 +1,10 @@
 include_directories( ${KOMAIN_INCLUDES})
 
-set(koconverter_SRCS koconverter.cpp )
+set(filtertester_SRCS filtertester.cpp )
 
-kde4_add_executable(koconverter ${koconverter_SRCS})
+kde4_add_executable(filtertester ${filtertester_SRCS})
 
-target_link_libraries(koconverter komain ${KDE4_KIO_LIBS} ${QT_QT3SUPPORT_LIBRARY})
+target_link_libraries(filtertester komain ${KDE4_KIO_LIBS})
 
-install(TARGETS koconverter  ${INSTALL_TARGETS_DEFAULT_ARGS})
+install(TARGETS filtertester  ${INSTALL_TARGETS_DEFAULT_ARGS})
 
--- trunk/koffice/tools/filtertester/filtertester.cpp #1010367:1010368
@@ -18,7 +18,7 @@
  * Boston, MA 02110-1301, USA.
 */
 
-#include "koconverter.h"
+#include "filtertester.h"
 
 #include <kaboutdata.h>
 #include <kimageio.h>
@@ -156,4 +156,4 @@
     return 3;
 }
 
-#include "koconverter.moc"
+#include "filtertester.moc"
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic