summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2011-03-21 08:46:34 (GMT)
committerSamuel Rødal <samuel.rodal@nokia.com>2011-03-21 08:46:34 (GMT)
commita3c66f6898c560820ff5768159e4af1323219161 (patch)
tree143fa35cd328a2d9fb4690d703050d01eb407bbb /src/3rdparty
parent51c2b10379b0bbed5804f0f8e2eca82e5bb4d0bf (diff)
parent86ceda033eda6bd615134f71b9850081a0c808c9 (diff)
downloadQt-a3c66f6898c560820ff5768159e4af1323219161.zip
Qt-a3c66f6898c560820ff5768159e4af1323219161.tar.gz
Qt-a3c66f6898c560820ff5768159e4af1323219161.tar.bz2
Merge remote branch 'qt/master' into staging-master
Conflicts: src/gui/image/qpnghandler.cpp src/opengl/qwindowsurface_gl.cpp
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h b/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h
index 5abe9a1..cb4a963 100644
--- a/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h
+++ b/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h
@@ -635,6 +635,9 @@
#define ENABLE_REPAINT_THROTTLING 1
#define HAVE_READLINE 1
#define WTF_PLATFORM_CF 1
+#endif
+
+#if OS(IPHONE_OS) && !PLATFORM(QT)
#define WTF_USE_PTHREADS 1
#define HAVE_PTHREAD_RWLOCK 1
#endif