KDE/kdelibs/kfile
Christian Ehrlicher
Ch.Ehrlicher at gmx.de
Mon Aug 24 08:08:30 CEST 2009
-------- Original-Nachricht --------
> Datum: Mon, 24 Aug 2009 05:32:09 +0000
> Von: Casper van Donderen
> An: kde-commits at kde.org
> Betreff: KDE/kdelibs/kfile
> SVN commit 1014877 by cvandonderen:
>
> Fix crash in Winodws where the kfilemodule was not found because it was
> called libkfilemodule.
>
>
> M +1 -1 CMakeLists.txt
>
>
> --- trunk/KDE/kdelibs/kfile/CMakeLists.txt #1014876:1014877
> @@ -73,6 +73,6 @@
> set(kfilemodule_SRCS
> kfilemodule.cpp
> )
> -kde4_add_plugin(kfilemodule WITH_PREFIX ${kfilemodule_SRCS})
> +kde4_add_plugin(kfilemodule ${kfilemodule_SRCS})
> target_link_libraries(kfilemodule ${KDE4_KFILE_LIBS})
> install(TARGETS kfilemodule DESTINATION ${PLUGIN_INSTALL_DIR})
Do you know that WITH_PREFIX wasn't added because someone needed it?
And it's still named 'libkfilemodule' when KPluginLoader is called and therefore it will produce an error.
I could have reomved the WITH_PREFIX by my own but did not because of the above problems...
Christian
--
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser
More information about the Kde-windows
mailing list