aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-2.5.0
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@nokia.com>2012-01-17 10:33:45 +0100
committerEike Ziller <eike.ziller@nokia.com>2012-01-18 09:45:31 +0100
commit075c598f92b301a2149697e95e7ce78e7afff8e7 (patch)
tree4d3a3df053de1e50c73d94ab95927d252e1de199 /dist/changes-2.5.0
parentc80ec5513c7efb11b89f8a15fe91ece766f550a4 (diff)
Mac: Explicitly set architecture to selected tool chain.
The tool chain selection in build configurations had no effect on the actual build, which is especially visible on Mac with universally built Qt. The patch passes the tool chain's architecture (+bit width) explicitly to Qmake. Users can override this behavior as usual by adding or removing architecture flags from CONFIG in the additional arguments field. Task-number: QTCREATORBUG-6088 Change-Id: I92fdb7d5650db6e681945fa82e86422917f84035 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Diffstat (limited to 'dist/changes-2.5.0')
-rw-r--r--dist/changes-2.5.01
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/changes-2.5.0 b/dist/changes-2.5.0
index 6f87cdd6c8..f3c765be2f 100644
--- a/dist/changes-2.5.0
+++ b/dist/changes-2.5.0
@@ -59,6 +59,7 @@ Help
Platform Specific
Mac
+ * Pass architecture and bit width from the tool chain build setting to Qmake (QTCREATORBUG-6088)
Linux (GNOME and KDE)