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

List:       kde-commits
Subject:    KDE/kdepim/libkleo/tests
From:       Volker Krause <vkrause () kde ! org>
Date:       2010-02-24 14:08:51
Message-ID: 1267020531.423239.12041.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1095538 by vkrause:

make the tests build without Qt3Support as well

 M  +4 -0      CMakeLists.txt  
 M  +1 -1      test_keygen.h  


--- trunk/KDE/kdepim/libkleo/tests/CMakeLists.txt #1095537:1095538
@@ -40,12 +40,14 @@
 
 ########### next target ###############
 
+if (QT_QT3SUPPORT_FOUND)
 set(test_cryptoconfig_SRCS test_cryptoconfig.cpp )
 
 
 kde4_add_executable(test_cryptoconfig TEST ${test_cryptoconfig_SRCS})
 
 target_link_libraries(test_cryptoconfig  kleo ${KDE4_KDECORE_LIBS} \
${KDE4_KDEUI_LIBS}) +endif (QT_QT3SUPPORT_FOUND)
 
 ########### next target ###############
 
@@ -58,12 +60,14 @@
 
 ########### next target ###############
 
+if (QT_QT3SUPPORT_FOUND)
 set(test_jobs_SRCS test_jobs.cpp )
 
 
 kde4_add_executable(test_jobs TEST ${test_jobs_SRCS})
 
 target_link_libraries(test_jobs  kleo ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} \
${KDE4_KDEUI_LIBS} ${QGPGME_LIBRARIES}) +endif (QT_QT3SUPPORT_FOUND)
 
 ########### next target ###############
 
--- trunk/KDE/kdepim/libkleo/tests/test_keygen.h #1095537:1095538
@@ -34,7 +34,7 @@
 
 #include <kdialog.h>
 
-#include <q3cstring.h>
+#include <qbytearray.h>
 
 namespace GpgME {
   class Error;


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

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