KDE/kdelibs

David Faure faure at kde.org
Wed Feb 8 13:24:10 CET 2006


On Wednesday 08 February 2006 12:58, Michael Drüing wrote:
> Another small fix, this time for kded/kbuildsycoca:
> (is there some other place where I should send such small patches?)
> -  printf("kbuildsycoca: path='%s'\n", (const char*)path);
> +  printf("kbuildsycoca: path='%s'\n", path.toAscii());

Should be qPrintable(path)

> but "-" is not an allowed character in NMake Makefiles variables. I guess
> it's because of this in kded/CMakeLists.txt:
> 
> set(kde-menu_SRCS
> kde-menu.cpp

Just fold back the variable into the places where it's used; this stuff is just the automated conversion from Makefile.am, but we can tweak it.

-- 
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).



More information about the Kde-buildsystem mailing list