[Interest] 4.8.0 build error

2011-12-16 Thread andy fillebrown
Howdy, I'm having trouble figuring out the following error when building Qt 4.8.0 on Windows with MinGW. - C:\-\usr\builds\qt\4.8.0-x86-d\src\3rdparty\webkit\Source\WebCore>mingw32-make -v GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the

Re: [Interest] "When its ready"

2011-12-16 Thread marius.storm-olsen
On 16/12/2011 06:02, Thiago Macieira wrote: > On Friday, 16 de December de 2011 08.47.24, Yves Bailly wrote: >> Le 15/12/2011 17:11, Thiago Macieira a écrit : >>> On Thursday, 15 de December de 2011 15.36.24, Yves Bailly wrote: > There is a Jira item related to this > https://bugreports.qt.

Re: [Interest] Mac app store roadblock for Qt applications using QtWebKit

2011-12-16 Thread Chris Meyer
On Fri, Dec 16, 2011 at 7:36 AM, Till Oliver Knoll wrote: > > > Am 16.12.2011 um 02:05 schrieb Chris Meyer : > >> I have an application that has been shipping in the Mac app store for >> several months based on Qt. > ... >> >> I don't know if it is possible for QtWebKit (or even if it would be >>

Re: [Interest] Mac app store roadblock for Qt applications using QtWebKit

2011-12-16 Thread Till Oliver Knoll
Am 16.12.2011 um 02:05 schrieb Chris Meyer : > I have an application that has been shipping in the Mac app store for > several months based on Qt. ... > > I don't know if it is possible for QtWebKit (or even if it would be > accepted if it were possible) to build without linking to the > libra

Re: [Interest] Mac app store roadblock for Qt applications using QtWebKit

2011-12-16 Thread Jason H
That's why I said "there needs to be..." I thought WebKit was a common core, which then has platform-specifics functionality bolted into? That AIR, Chrome, Qt all used a core "WebKit" maintained by Apple? I'd sure like to get my understanding straightened out! All this time I was thinking the wr

Re: [Interest] Mac app store roadblock for Qt applications using QtWebKit

2011-12-16 Thread Konstantin Tokarev
16.12.2011, 18:16, "Jason H" : > Sadly this was expected. Do you need WebKit or can QNAM + some other classes > suffice? > I think there needs to be a Qt WebKit that just wraps the Apple one. > (configure option?) AFAIK there's no such beast. QtWebKit is a separate WebKit port and does not use

Re: [Interest] Mac app store roadblock for Qt applications using QtWebKit

2011-12-16 Thread Jason H
Sadly this was expected. Do you need WebKit or can QNAM + some other classes suffice? I think there needs to be a Qt WebKit that just wraps the Apple one. (configure option?) From: Chris Meyer To: Interest@qt-project.org Sent: Thursday, December 15, 2011 8:0

Re: [Interest] "When its ready"

2011-12-16 Thread Thiago Macieira
On Friday, 16 de December de 2011 08.47.24, Yves Bailly wrote: > Le 15/12/2011 17:11, Thiago Macieira a écrit : > > On Thursday, 15 de December de 2011 15.36.24, Yves Bailly wrote: > >>> There is a Jira item related to this > >>> https://bugreports.qt.nokia.com/browse/QTBUG-20556. The configure > >

[Interest] QML introspection and dynamic component creation

2011-12-16 Thread gareth.stockwell
I'm working on a piece of UI which would be straightforward to implement using an imperative toolkit, but I'm struggling to understand how to express it declaratively. Hopefully one of the QML gurus out there can show me the way. The application (*) is a demo of how to apply post-processing eff