views:

27

answers:

0

Hi All,

I'm a newbee to Qt and qmake and I like to know if it's possible to instruct qmake to build a "Bundle Library" (mh_bundle) under Mac OS X using the TEMPLATE and CONFIG variables? I already managed to make a "Dynamic Library" (mh_dylib) and a "Framework" (mh_dylib). If there is no direct solution, how is the best way to achieve this goal?

Thank you, any help is very appreciated!