summaryrefslogtreecommitdiff
path: root/qtcreator.pri
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2012-02-11 17:25:05 +0400
committerEike Ziller <eike.ziller@nokia.com>2012-02-13 08:52:38 +0100
commitaf6b2dc6ae17aa9790c00f3b8ee3ba438e4e7aa5 (patch)
tree446b56d9210379d9163ae74e478c361734b537d7 /qtcreator.pri
parentcf32f177778c632875b0cc1964fd8117b41b6356 (diff)
downloadqt-creator-af6b2dc6ae17aa9790c00f3b8ee3ba438e4e7aa5.tar.gz
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>
Diffstat (limited to 'qtcreator.pri')
-rw-r--r--qtcreator.pri1
1 files changed, 0 insertions, 1 deletions
diff --git a/qtcreator.pri b/qtcreator.pri
index bc26570959..d0387c53fd 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) {