KDE/kdelibs
Michael Drüing
michael at drueing.de
Wed Feb 8 00:03:04 CET 2006
In reply to myself...
> The next build problems are right afterwards, in
> kdecore/kconfig_compiler.
> I'll look at them tomorrow.
This small patch should do the trick:
-------8<------8<------8<---------
$ svn diff kdecore/kconfig_compiler/
Index: kdecore/kconfig_compiler/CMakeLists.txt
===================================================================
--- kdecore/kconfig_compiler/CMakeLists.txt (revision 506904)
+++ kdecore/kconfig_compiler/CMakeLists.txt (working copy)
@@ -13,7 +13,7 @@
kde4_add_executable(kconfig_compiler ${kconfig_compiler_SRCS})
-target_link_libraries(kconfig_compiler ${QT_QTXML_LIBRARY} )
+target_link_libraries(kconfig_compiler ${QT_QTXML_LIBRARY}
${QT_QTCORE_LIBRARY})
install_targets(/bin kconfig_compiler )
-------8<------8<------8<---------
now, kdecore compiles just fine (for me, at least ;-)
--Michael
More information about the Kde-buildsystem
mailing list