I am new to developing on the Mac. I have a Qt Project that works on Windows and Linux. I am attempting to create an Xcode project file from the .pro file that will create a bundle with a library in it. The bundle needs to be laid out like this. http://developer.apple.com/mac/library/technotes/tn2002/tn2088.html#TAN10
I have reviewed the instructions here http://doc.trolltech.com/4.3/qmake-platform-notes.html#creating-library-bundles I have tried modifying the .pro file adding TEMPLATE = lib CONFIG += lib_bundle plugin x86 ppc QMAKE_BUNDLE_EXTENSION = .ds and calling qmake -spec macx-xcode But the project creates a Framework instead of a bundle. Attempts to modify the settings of the Xcode target does not convert it to a proper bundle. Any ideas of what I am doing wrong or a list of the right steps to take? Regards, Jim Watters [email protected]<mailto:[email protected]>
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
