On Thursday 05 August 2010 11:39:00 Michael Wild wrote:
> On 5. Aug, 2010, at
11:28 , Dennis Schridde wrote:
> > On Monday 02 August 2010 17:20:36 Dennis
Schridde wrote:
> >> Replacing
> > 
> > ".framework" with "\\.framework"
works.
> > Was this change already
> > commited?
> > I.e. is the problem
solved in the sources now?
> > 
> > --Dennis
> 
> IMHO this is wrong. \\.
searches for a literal backslash. Although it works
> on your machine, it
will break on Mac OS X where Qt is installed as a
> framework.
But \. did
not work. So I assume that searching for the literal string "\." would
require one to write "\\\\\." in the regexp (\\\ for the backslash, \\. for
the dot)?

--Dennis

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to