Re: [Development] qmake 5.0 question about available modules

2012-09-11 Thread Chris Meyer
Great... I checked over my configuration and found the error. Sorry for the hassle -- I'm porting a large project into Qt 5 so it's tricky to know how to handle specific oddities and I got stuck on this one. But, as usual, Qt seems to just "do the right thing." On Tue, Sep 11, 2012 at 11:06 AM,

Re: [Development] qmake 5.0 question about available modules

2012-09-11 Thread Thiago Macieira
On terça-feira, 11 de setembro de 2012 10.39.00, Chris Meyer wrote: > In 4.8, qmake could include a line 'QT += xmlpatterns'. This does not > work in 5.0 qmake (although 'QT += xml' does). Yes, it does. > Why aren't all of the 5.0 modules available in qmake? They are. > Was this a configuration

[Development] qmake 5.0 question about available modules

2012-09-11 Thread Chris Meyer
In 4.8, qmake could include a line 'QT += xmlpatterns'. This does not work in 5.0 qmake (although 'QT += xml' does). Why aren't all of the 5.0 modules available in qmake? Was this a configuration error on my part (I built from source, omitting webkit), or is limited modules intentional, or is it