Message from discussion
Any reason why there isn't a windows build on qt4.6.1?
X-BeenThere: arora-dev@googlegroups.com
Received: by 10.229.68.219 with SMTP id w27ls173170qci.2.p; Mon, 08 Feb 2010
07:31:38 -0800 (PST)
Received: by 10.229.106.31 with SMTP id v31mr90277qco.18.1265643097623;
Mon, 08 Feb 2010 07:31:37 -0800 (PST)
Received: by 10.229.106.31 with SMTP id v31mr90275qco.18.1265643097596;
Mon, 08 Feb 2010 07:31:37 -0800 (PST)
Return-Path: <ice...@gmail.com>
Received: from mail-qy0-f176.google.com (mail-qy0-f176.google.com [209.85.221.176])
by gmr-mx.google.com with ESMTP id 37si3936384vws.9.2010.02.08.07.31.36;
Mon, 08 Feb 2010 07:31:36 -0800 (PST)
Received-SPF: pass (google.com: domain of ice...@gmail.com designates 209.85.221.176 as permitted sender) client-ip=209.85.221.176;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of ice...@gmail.com designates 209.85.221.176 as permitted sender) smtp.mail=ice...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by mail-qy0-f176.google.com with SMTP id 6so1814126qyk.3
for <arora-dev@googlegroups.com>; Mon, 08 Feb 2010 07:31:36 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:received:received:content-type:mime-version
:subject:from:in-reply-to:date:content-transfer-encoding:message-id
:references:to:x-mailer;
bh=wYVm/u01guF7kcsJTD0KfD8JvqHR16/XuHz7C9hjj64=;
b=MivpgzwyMKUQ3Ci1j4/t2QhItXSc6NoJ1waEyfmS/zWonF4cVdbXO740YpWYah2aPT
oEgm0P1RfEshfP1EUXJqu9xJp5VRYyPR4F1dafr5NmF8kWTAJ2FGEV3lFATDBluIaUAY
gwOg9wzj70pJDXKS34J/oE9FikkQX8flfJGas=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=content-type:mime-version:subject:from:in-reply-to:date
:content-transfer-encoding:message-id:references:to:x-mailer;
b=hHQHpjI6ZY/oemlWVxddbqx3y8ZZjsTKOHEKPpSXWfweLWfRQgBBCd2CniccJH3vk7
/Nl4Gfi7jvab+xDrJ4/0SVLJQgSqzhRzdtBbJIH22+uiS2h0uUvKv3n6ro8EbrPd+L5K
d83ACuOD51qgGDxod7ilp9Y+P/5n1s3UzhUDw=
Received: by 10.224.18.139 with SMTP id w11mr2501189qaa.160.1265643096348;
Mon, 08 Feb 2010 07:31:36 -0800 (PST)
Return-Path: <ice...@gmail.com>
Received: from ?192.168.3.101? (c-71-192-50-29.hsd1.ma.comcast.net [71.192.50.29])
by mx.google.com with ESMTPS id 26sm5829731qwa.52.2010.02.08.07.31.30
(version=TLSv1/SSLv3 cipher=RC4-MD5);
Mon, 08 Feb 2010 07:31:33 -0800 (PST)
Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0 (Apple Message framework v1077)
Subject: Re: Any reason why there isn't a windows build on qt4.6.1?
From: Benjamin Meyer <ice...@gmail.com>
In-Reply-To: <2ac1320a-4d84-439b-bfe6-c0927d216...@g28g2000yqh.googlegroups.com>
Date: Mon, 8 Feb 2010 10:31:29 -0500
Content-Transfer-Encoding: quoted-printable
Message-Id: <C05D6969-6EF2-4F31-8B3F-3ADBEFFD6...@gmail.com>
References: <2ac1320a-4d84-439b-bfe6-c0927d216...@g28g2000yqh.googlegroups.com>
To: arora-dev@googlegroups.com
X-Mailer: Apple Mail (2.1077)
As simple as no one has done it. If you have Qt 4.6.1 on Windows would =
you be able to generate an install?
-Benjamin Meyer
On Feb 7, 2010, at 8:11 AM, Bill wrote:
> I ask as I need to enable two features in 4.6 for a project on working
> on:
>=20
> QWebSettings::globalSettings()-
>> setAttribute(QWebSettings::LocalContentCanAccessRemoteUrls, true);
> QWebSettings::globalSettings()-
>> setAttribute(QWebSettings::LocalStorageEnabled, true);
>=20
> But I don't want to go through the pain of trying to build on windows
> if there are issues with the latest qt.
>=20
> Thanks.