From kde-core-devel Fri Mar 14 10:33:53 2008 From: Ralf Habacker Date: Fri, 14 Mar 2008 10:33:53 +0000 To: kde-core-devel Subject: Re: 'lightweight' QDir::isAbsolutePath replacement ? Message-Id: <47DA5491.4030507 () freenet ! de> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=120549082501851 Thiago Macieira schrieb: > On Friday 14 March 2008 10:35:12 Ralf Habacker wrote: > >> Thiago Macieira schrieb: >> >>> Ralf Habacker wrote: >>> >>>>> Here's the patch it will appear in tonight's snapshot. It can't be as >>>>> fast as Ralf's original code because there's at least one file engine >>>>> that is queried first (the resource file engine). >>>>> >>>> Thanks for your efforts. >>>> >>> Patch reverted because it broke all our Windows builds. >>> >>> I do not have more time to dedicate for this before 4.4.0 final. >>> >> I would take some time to make it complete but how to validate the patch >> when the test app is not public available ? >> > > You can start by cleaning up your build and recompiling qmake and src/tools > (moc, uic, rcc). That's where it broke. > I took the snapshot qt-all-opensource-src-4.4.0-snapshot-20080314 and tried to build it with msvc 2005 express version - moc, uic and rcc does not have any build problems. Ralf