summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-08-11 11:29:50 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-08-11 11:29:50 (GMT)
commit530db672296a3234803142ff6b7e3b25c5e9abec (patch)
treefd20c5dc7edf1122892358e101a274b53233ee23 /mkspecs
parenta00dda686367807d6cc90f3cfca5453200565501 (diff)
parentbb696453f6f87cad58982af3455335478fedb8cc (diff)
downloadQt-530db672296a3234803142ff6b7e3b25c5e9abec.zip
Qt-530db672296a3234803142ff6b7e3b25c5e9abec.tar.gz
Qt-530db672296a3234803142ff6b7e3b25c5e9abec.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: (27 commits) Disable minRightBearing optimization in QTextLayout on Mac Added one test for QRegExp QMetaObject::normalizeSignature avoid reading past the string in case of invalid signature given. Add text decoration support to QStaticText Fix QString::arg: When specifying %L1, the group separator would be added even if the local specify QLocale::OmitGroupSeparator QtDeclarative: get rid of warnings in public header doc: Clarify documentation of QStaticText Fix scrollbar randomly popping up in QPlainTextEdit Remove the definition of QT_HAVE_NEON from qt.prf Use the fast Neon conversion for converting colors of jpeg images. Do the conversion from RGB888 to RGB32 using Neon Move the build of Neon file from painting.pri to gui.pro QSharedPointer documentation: specify that it is not safe to operate on the same object in different threads compilation with QT_NO_DEPRECATED Test we do not have compiler warnings in our headers with more options QStyleSheet documentation: QMenu's tear-off is styled with ::tearoff Doc: Fixed qdoc warnings. Fix QTextEngine overflow caused by extremely long text Replace the SSE prologues by a macro QDom: Do not crash on "<a:>text</a:>" ...
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/qt.prf1
1 files changed, 0 insertions, 1 deletions
diff --git a/mkspecs/features/qt.prf b/mkspecs/features/qt.prf
index 07c89dd..4fd804d 100644
--- a/mkspecs/features/qt.prf
+++ b/mkspecs/features/qt.prf
@@ -208,7 +208,6 @@ mac {
}
#SIMD defines:
-neon: DEFINES += QT_HAVE_NEON
mmx:DEFINES += QT_HAVE_MMX
3dnow:DEFINES += QT_HAVE_3DNOW
sse:DEFINES += QT_HAVE_SSE QT_HAVE_MMXEXT