Re: [Development] Optional Qt module dependencies (was: RE: qtsystems doesn't compile...)

2011-11-02 Thread Nokia-MP-Qt/Brisbane
Blasche Alex (Nokia-MP-Qt/Brisbane) said: > I don't understand why this definition matters. How does the exact code path > matter? Well, it mightn't matter to the user of the API (assuming all code paths work equally correctly). It matters when attempting to test them, which

Re: [Development] Optional Qt module dependencies (was: RE: qtsystems doesn't compile...)

2011-11-01 Thread Nokia-MP-Qt/Brisbane
Blasche Alex (Nokia-MP-Qt/Brisbane) said: > >Incidentally I think config tests are overused in various qt5 modules at > >the moment - qtsystems for example has 6 config tests, all of them > >non-mandatory, doesn't that give 2**6 => 64 possible build > >configuratio

Re: [Development] Optional Qt module dependencies (was: RE: qtsystems doesn't compile...)

2011-11-01 Thread Nokia-MP-Qt/Brisbane
Blasche Alex (Nokia-MP-Qt/Brisbane) said: > >-Original Message- > >From: development-bounces+alex.blasche=nokia@qt-project.org > >[mailto:development-bounces+alex.blasche=nokia@qt-project.org] On > >Behalf Of ext Rohan McGovern > > >Incidentally