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
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.
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
>>
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
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
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
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
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
> >
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