PDA

View Full Version : Cannot Build Static Libs On OS X



shenakan
22nd October 2009, 20:30
I would like to build static library with qt. I use qtcreator on mac os X

I add to my .pro this

CONFIG += static
CONFIG += staticlib

but it is still doesn't work.

I should build qt in static from source ? or can I use qtcreator directly ?

how to rebuild qt creator on mac os x to use it with qtcreator and not xcode ?