Hi,
Why das rcc -list my.qrc append CRCRLF to line end?
 
I have cmake code ( from QtCompanies quickcompiler ) which does a \n to ; replace to convert a string to a cmake list  
and iterates over the elements. That did not work because the guy who wrote that is not aware of windows.
I tried to do a \r\n to ; replace but that also didnt work, then i found that rcc is adding \r\r\n to the lines.
Why?
 
Best regards,
Gunnar Roth
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to