invitation: try compiling kdelibs using cmake

Winfried winfried_mb2 at casema.nl
Sun Jan 29 13:11:38 CET 2006


> Your sources are way too old ;-)
> You should update, it's already in svn.
>
> Bye
> Alex

I updated, but then I have to add the Qt xml lib to kdecore:

kde4 at linux:~/kde4_trunk/kdelibs/kdecore> svn diff CMakeLists.txt
Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt      (revision 503470)
+++ CMakeLists.txt      (working copy)
@@ -191,7 +191,7 @@

 kde4_add_library(kdecore SHARED ${kdecore_LIB_SRCS})

-target_link_libraries(kdecore  ${QT_QTCORE_LIBRARY} ${QT_QT3SUPPORT_LIBRARY} 
${QT_QTGUI_LIBRARY} ${ZLIB_LIBRARY} ${X11_LIBRARIES} ${UTIL_LIBRARY} DCOP 
${CARBON_LIBRARY})
+target_link_libraries(kdecore  ${QT_QTCORE_LIBRARY} ${QT_QT3SUPPORT_LIBRARY} 
${QT_QTGUI_LIBRARY} ${QT_QTXML_LIBRARY} ${ZLIB_LIBRARY} ${X11_LIBRARIES} 
${UTIL_LIBRARY} DCOP ${CARBON_LIBRARY})

 if(HAVE_IDNA_H)
    target_link_libraries(kdecore idn)


regards, Winfried


More information about the Kde-buildsystem mailing list