[CMake] include_directories and qt4_wrap_cpp

Dennis Schridde devurandom at gmx.net
Thu Aug 5 06:15:41 EDT 2010


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://www.cmake.org/pipermail/cmake/attachments/20100805/033db2e6/attachment.pgp>


More information about the CMake mailing list