summaryrefslogtreecommitdiffstats
path: root/tools/configure
diff options
context:
space:
mode:
authorRafael Roquetto <rafael.roquetto.qnx@kdab.com>2012-08-16 13:29:18 (GMT)
committerQt by Nokia <qt-info@nokia.com>2012-08-17 08:31:06 (GMT)
commit2db49458c00b17575f04947af7b806502a06bf40 (patch)
treece9d49e9c56c086a894f0fb0d09214889abc1954 /tools/configure
parent8c749cab4d457644a14698709d1c74dfa4d5ac6e (diff)
downloadQt-2db49458c00b17575f04947af7b806502a06bf40.zip
Qt-2db49458c00b17575f04947af7b806502a06bf40.tar.gz
Qt-2db49458c00b17575f04947af7b806502a06bf40.tar.bz2
Disable 3DNOW on Blackberry/Win32
3DNow is being incorrectly auto-detected on Windows, causing it to be enabled by default when cross-compiling to Blackberry. In other words, the code line introduced by this patch should have already been there since the beginning, but it got lost somehow. So here it is. Change-Id: Iad0b90908602633e3046b54c1c60139c6483632d Reviewed-by: Laszlo Papp <lpapp@kde.org> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'tools/configure')
-rw-r--r--tools/configure/configureapp.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index 1a559e9..7555479 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -1703,6 +1703,7 @@ void Configure::applySpecSpecifics()
dictionary[ "STYLE_WINDOWSCE" ] = "no";
dictionary[ "STYLE_WINDOWSMOBILE" ] = "no";
dictionary[ "STYLE_S60" ] = "no";
+ dictionary[ "3DNOW" ] = "no";
dictionary[ "SSE" ] = "no";
dictionary[ "SSE2" ] = "no";
dictionary[ "MMX" ] = "no";