Re: [Development] allow Qt for iOS to be built as shared libraries

2015-12-28 Thread Mike Krus
> On 27 Dec 2015, at 23:18, Petroules Jake > wrote: > >> has anybody taken this any further? > > Just pushed a new patch set which should be mergeable now pending no further > complaints. nice, I think though that if you’re doing a shared build, the sdk should default to iphoneos (not iphone

Re: [Development] allow Qt for iOS to be built as shared libraries

2015-12-27 Thread Petroules Jake
On Dec 27, 2015, at 2:56 PM, Mike Krus mailto:mike.k...@kdab.com>> wrote: Hi has anybody taken this any further? Just pushed a new patch set which should be mergeable now pending no further complaints. Enabling dynamic builds as frameworks causes link errors. For example, when linking QtNet

Re: [Development] allow Qt for iOS to be built as shared libraries

2015-12-27 Thread Mike Krus
Hi has anybody taken this any further? Enabling dynamic builds as frameworks causes link errors. For example, when linking QtNetwork.framework for the simulator, I get: ld: warning: ignoring file /.../qt5_ios/qtbase/lib/QtCore.framework/QtCore, missing required architecture i386 in file /.../q

Re: [Development] allow Qt for iOS to be built as shared libraries

2015-09-13 Thread Jake Petroules
> On Sep 13, 2015, at 4:26 AM, Robin Lobel wrote: > > Hi Jake, > > Do you have any update on this ? > https://codereview.qt-project.org/#/c/123023/ > > I agree It'd be great to have such option starting with iOS 8. > > thanks > Robin Lobel Yes, I'm going to do some more testing on this toda