Hello Sam,
I am using the first option, dynamic Qt (frameworks) and static TA. Linking an app is working, but the application crashes after opening with following error:
Application Specific Information:objc[37723]: '/<project>/bin/<name>.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore' was not compiled with -fobjc-gc or -fobjc-gc-only, but the application requires GCobjc[37723]: '/<project>/bin/<name>.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui' was not compiled with -fobjc-gc or -fobjc-gc-only, but the application requires GCobjc[37723]: *** GC capability of application and some libraries did not match
Does it mean, that we cannot use static TA with Qt?
Thanks for your help