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

List:       kde-commits
Subject:    KDE/kdelibs/kparts/tests
From:       David Faure <faure () kde ! org>
Date:       2008-09-29 14:34:18
Message-ID: 1222698858.202812.5839.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 865946 by dfaure:

Small test app for pusling (and anyone else ;) to test his kpart. Takes the name of \
the kpart on the cmdline.


 M  +9 -2      CMakeLists.txt  
 A             kpartloader.cpp   [License: LGPL (v2/3+eV)]
 A             kpartloader.h   [License: LGPL (v2/3+eV)]
 AM            kpartloaderui.rc  


--- trunk/KDE/kdelibs/kparts/tests/CMakeLists.txt #865945:865946
@@ -36,12 +36,19 @@
 ghostview.cpp
 )
 
-
 kde4_add_executable(ghostviewtest TEST ${ghostviewtest_SRCS})
-
 target_link_libraries(ghostviewtest  ${KDE4_KPARTS_LIBS} )
 
+########### kpartloader ###############
 
+set(kpartloader_SRCS
+ kpartloader.cpp
+)
+
+kde4_add_executable(kpartloader ${kpartloader_SRCS})
+target_link_libraries(kpartloader ${KDE4_KPARTS_LIBS})
+install(FILES kpartloaderui.rc DESTINATION ${DATA_INSTALL_DIR}/kpartloader)
+
 ########### next target ###############
 
 set(spellcheckplugin_PART_SRCS plugin_spellcheck.cpp )
** trunk/KDE/kdelibs/kparts/tests/kpartloaderui.rc #property svn:mergeinfo
   + 


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

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