[Qt-interest] qmake and Mac shared library bundle
Ivan Kharin
korsar.akvis at gmail.com
Thu Apr 30 07:38:09 CEST 2009
> It looks like the Mac version of qmake will happily generate dylibs
> or frameworks. However, I’m having trouble convincing it to make a
> shared library bundle. Has anyone done this? How did you make it work?
try this:
TEMPLATE = lib
CONFIG += ppc x86
CONFIG += plugin plugin_bundle
QMAKE_BUNDLE_EXTENSION = .bundle
QMAKE_BUNDLE_LOCATION = Contents/MacOS
--
Ivan Kharin
More information about the Qt-interest-old
mailing list