From af6b2dc6ae17aa9790c00f3b8ee3ba438e4e7aa5 Mon Sep 17 00:00:00 2001
From: Konstantin Tokarev <annulen@yandex.ru>
Date: Sat, 11 Feb 2012 17:25:05 +0400
Subject: [PATCH] Don't build universal binary on PPC host by default.

This hack was needed because of QTBUG-6150 which was fixed in Qt 4.7.4.
Since Qt Creator already requires Qt 4.7.4 it not useful anymore.

Change-Id: If1f195b1dfc750d195dbb83c59794104935016be
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
---
 qtcreator.pri | 1 -
 1 file changed, 1 deletion(-)

diff --git a/qtcreator.pri b/qtcreator.pri
index bc26570959b..d0387c53fd3 100644
--- a/qtcreator.pri
+++ b/qtcreator.pri
@@ -100,7 +100,6 @@ macx {
     IDE_DATA_PATH    = $$IDE_APP_PATH/$${IDE_APP_TARGET}.app/Contents/Resources
     IDE_DOC_PATH     = $$IDE_DATA_PATH/doc
     IDE_BIN_PATH     = $$IDE_APP_PATH/$${IDE_APP_TARGET}.app/Contents/MacOS
-    contains(QT_CONFIG, ppc):CONFIG += ppc x86
     copydata = 1
     isEmpty(TIGER_COMPAT_MODE):TIGER_COMPAT_MODE=$$(QTC_TIGER_COMPAT)
     isEmpty(TIGER_COMPAT_MODE) {
-- 
GitLab