Re: [Interest] ColorAnimation not working on iOS

2014-06-10 Thread Brian Dentino
iOS requires static linking, I believe Android allows either. Thank you for the bug reference, Tim. For what it's worth, I dug this up today: https://bugreports.qt-project.org/browse/QTBUG-14788 Seems like this issue has been around for a while and there was some preliminary investigation done a

Re: [Interest] ColorAnimation not working on iOS

2014-06-10 Thread Alex Montgomery
So this bug affects mobile platforms too? Android and IOS can only use statically linked Qt, right? Hopefully this will get fixed soon. On Tue, Jun 10, 2014 at 12:36 AM, Tim Blechmann wrote: > > Apologies if this is not the right thread for these kinds of questions, > > but I am having no luck

Re: [Interest] ColorAnimation not working on iOS

2014-06-10 Thread Tim Blechmann
> Apologies if this is not the right thread for these kinds of questions, > but I am having no luck getting even the simplest example of a Qml > ColorAnimation to work on iOS. I'm wondering if anyone else can > reproduce this. > > I'm using Qt 5.3.0 release, iOS 7.1 and have tested on iPhone 5s as

[Interest] ColorAnimation not working on iOS

2014-06-09 Thread Brian Dentino
Hi, Apologies if this is not the right thread for these kinds of questions, but I am having no luck getting even the simplest example of a Qml ColorAnimation to work on iOS. I'm wondering if anyone else can reproduce this. I'm using Qt 5.3.0 release, iOS 7.1 and have tested on iPhone 5s as well