[cmake-developers] Depends for Qt .qrc files.

Stephen Kelly steveire at gmail.com
Mon Aug 27 15:29:36 EDT 2012


Hi,

I was looking at 4be6783711b2ff510c3449c5de22d35663d8bfc1 and 
3553001bcc425dfb5d84a2dc8d657fe92c007962 with a view to forward porting them 
to Qt 5, but I think they are still buggy.

As xml is not line-based, the parsing should be able to handle legal content 
like this:

  <file
    alias="foo">images/star.png</file>

The current code does not handle the above, but after reverting the patch 
(ie, to it's CMake 2.8.9 form), it is handled correctly.

Should the rest of 3553001bcc425dfb5d84a2dc8d657fe92c007962 as it relates to 
Qt4Macros be reverted?

Thanks,

Steve.





More information about the cmake-developers mailing list