From: Samuel Rødal Date: Fri, 8 Jul 2011 10:18:04 +0000 (+0200) Subject: Fixed build of declarative against v8 on a x86_64 machine. X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=98f2f40fa0a80811f877162769b3c183071c4fc2;p=konrad%2Fqtdeclarative.git Fixed build of declarative against v8 on a x86_64 machine. Change-Id: I3a8ca97e8f50754542af142e07bdeb6cb7d6f0de Reviewed-on: http://codereview.qt.nokia.com/1362 Reviewed-by: Qt Sanity Bot Reviewed-by: Jocelyn Turcotte Reviewed-by: --- diff --git a/src/v8/v8.pro b/src/v8/v8.pro index c3d2e63..bc1837a 100644 --- a/src/v8/v8.pro +++ b/src/v8/v8.pro @@ -10,7 +10,7 @@ macx:CONFIG(debug, debug|release) { TARGET = v8_debug } -equals(QT_ARCH, "x64")|contains(CONFIG, x86_64):CONFIG += arch_x86_64 +equals(QT_ARCH, x86_64)|contains(CONFIG, x86_64):CONFIG += arch_x86_64 else:equals(QT_ARCH, "i386"):CONFIG += arch_i386 else:equals(QT_ARCH, "arm"):CONFIG += arch_arm