Re: [Development] RCC XML and options

2014-09-04 Thread Thiago Macieira
On Thursday 04 September 2014 20:03:24 André Pönitz wrote: > > That is, I’m adding logic to run rcc over a *.qrc file to produce > > a cpp file. > > > > First, I read about the -compress / -no-compress options. That is all or > > nothing for the entire translation unit. Is there an attribute in th

Re: [Development] RCC XML and options

2014-09-04 Thread André Pönitz
On Thu, Sep 04, 2014 at 06:46:04PM +, John M. Dlugosz wrote: > > On 9/4/2014 1:03 PM, André Pönitz apoenitz-at-t-online.de |Qt Dev mailing > list/Qt| wrote: > > [Out of curiosity, what are the "standard platform tools" in this case?] > MSBuild. Runs from automated build server, testing serv

Re: [Development] RCC XML and options

2014-09-04 Thread John M. Dlugosz
On 9/4/2014 1:03 PM, André Pönitz apoenitz-at-t-online.de |Qt Dev mailing list/Qt| wrote: > [Out of curiosity, what are the "standard platform tools" in this case?] MSBuild. Runs from automated build server, testing server, as well as in the desktop IDE. >> Let me make sure I understand what t

Re: [Development] RCC XML and options

2014-09-04 Thread André Pönitz
On Thu, Sep 04, 2014 at 01:19:52PM +, John M. Dlugosz wrote: > I read the documentation on the Resource Compiler (rcc), and my interest > is in building existing projects using standard platform tools without > qmake. [Out of curiosity, what are the "standard platform tools" in this case?] >

[Development] RCC XML and options

2014-09-04 Thread John M. Dlugosz
I posted this on the Qt forum, but it was suggested that I bring it to the mailing list instead. The original post is at http://qt-project.org/forums/viewthread/46927 I read the documentation on the Resource Compiler (rcc), and my interest is in building existing projects using standard platfo