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

List:       kde-commits
Subject:    KDE/kdelibs/kresources
From:       Volker Krause <volker.krause () rwth-aachen ! de>
Date:       2006-05-06 11:20:39
Message-ID: 1146914439.324021.844.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 537969 by vkrause:

Move IdMapper from kdepim/libemailfunctions to kdelibs/kresources. It's
a helper class to map local and remote ids used by several addressbook
and calendar resources and has absolutely nothing to do with emails.


 M  +2 -1      CMakeLists.txt  
 A             idmapper.cpp   trunk/KDE/kdepim/libemailfunctions/idmapper.cpp#537938 \
[License: LGPL (v2+)]  A             idmapper.h   \
trunk/KDE/kdepim/libemailfunctions/idmapper.h#537938 [License: LGPL (v2+)]  M  +12 -0 \
tests/CMakeLists.txt    A             tests/idmappertest.cpp   \
trunk/KDE/kdepim/libemailfunctions/tests/testidmapper.cpp#537909 [License: LGPL \
(v2+)]  A             tests/idmappertest.h   \
trunk/KDE/kdepim/libemailfunctions/tests/testidmapper.h#537909


--- trunk/KDE/kdelibs/kresources/CMakeLists.txt #537968:537969
@@ -17,6 +17,7 @@
    configdialog.cpp
    selectdialog.cpp
    configpage.cpp
+   idmapper.cpp
    )
 
 kde4_automoc(${kresources_LIB_SRCS})
@@ -54,7 +55,7 @@
 
 install_files( ${XDG_APPS_DIR} FILES kresources.desktop )
 install_files( ${SERVICETYPES_INSTALL_DIR} FILES kresources_plugin.desktop \
                kresources_manager.desktop )
-install_files( /include/kresources FILES resource.h    configwidget.h    factory.h   \
manageriface.h    managerimpl.h    manager.h    selectdialog.h    configdialog.h    \
configpage.h ) +install_files( /include/kresources FILES resource.h    configwidget.h \
factory.h    manageriface.h    managerimpl.h    manager.h    selectdialog.h    \
configdialog.h    configpage.h idmapper.h )  
 kde4_footer()
 
--- trunk/KDE/kdelibs/kresources/tests/CMakeLists.txt #537968:537969
@@ -17,6 +17,18 @@
 
 target_link_libraries(testresources  ${KDE4_KDECORE_LIBS} kresources)
 
+########### next target ###############
+
+set(idmappertest_SRCS idmappertest.cpp )
+
+kde4_automoc(${idmappertest_SRCS})
+
+kde4_add_executable(idmappertest RUN_UNINSTALLED ${idmappertest_SRCS})
+
+target_link_libraries(idmappertest  ${KDE4_KDECORE_LIBS} ${QT_QTTEST_LIBRARY} \
kresources) +
+add_test(kresources-idmappertest ${EXECUTABLE_OUTPUT_PATH}/idmappertest)
+
 endif(KDE4_BUILD_TESTS)
 
 kde4_footer()


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

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