Re: [Interest] Problem with qmake in qt5-beta on osx creating a static library

2012-09-13 Thread Sid Deb
It turns out I was still using the mkspecs from qt 4.6. Updating to the 5.0 ones fixed this problem. Sorry for the noise, and thanks for the info. Sid On Sep 13, 2012, at 1:29 AM, Thiago Macieira wrote: > On quarta-feira, 12 de setembro de 2012 17.49.19, Sid Deb wrote: >> Hi, >>

[Interest] Problem with qmake in qt5-beta on osx creating a static library

2012-09-12 Thread Sid Deb
Hi, I'm porting a graphics app from qt4.6 to qt5.0.beta1 and I've run into a situation where qmake refuses to name my output library correctly. I'm working on OSX 10.6.8. Here are the relevant items from the .pro file: CONFIG += staticlib debug_and_release TEMPLATE