[CMake] include_directories and qt4_wrap_cpp

Michael Wild themiwi at gmail.com
Thu Aug 5 05:39:00 EDT 2010


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.

Michael



More information about the CMake mailing list