[CMake] include_directories and qt4_wrap_cpp

Dennis Schridde devurandom at gmx.net
Mon Aug 2 11:20:36 EDT 2010


On Monday 02 August 2010 17:09:09 Clinton Stimpson wrote:
> On 08/02/2010
09:02 AM, Michael Wild wrote:
> > I didn't look into the source code, but
looks like there is some REGEX
> > REPLACE which is too simplistic. Probably
there is a missing escape for
> > the . character, thus making it also match
/framework, instead of just
> > .framework.
> 
> Yeah, that seems to be the
problem.
> Dennis, can you edit your Qt4Macros.cmake in the cmake
installation and
> fix the following section to
> [...]
> Let me know if
that works for you.
Replacing ".framework" with "\\.framework" works.
-------------- 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/20100802/deb57801/attachment.pgp>


More information about the CMake mailing list