summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/io.pri
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@collabora.com>2012-01-03 21:31:08 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-05 14:35:59 +0100
commit848f53a268449e6c581737fe2930bc75967e97ce (patch)
tree5840b9a6598d7876101436f07fd4e89352a8b16e /src/corelib/io/io.pri
parent8ad583b7f9cd4ab450e636bc2c0626975397aa86 (diff)
Remove OS X FSEvents watcher.
Per QTBUG-9249, this backend is buggy, and not recommended for use by Apple. Change-Id: I72ce88006a4badbbfdd825717020078778d16a36 Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
Diffstat (limited to 'src/corelib/io/io.pri')
-rw-r--r--src/corelib/io/io.pri3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/corelib/io/io.pri b/src/corelib/io/io.pri
index 380714ea54..d7eb7109a1 100644
--- a/src/corelib/io/io.pri
+++ b/src/corelib/io/io.pri
@@ -92,9 +92,8 @@ win32 {
io/qfilesystemiterator_unix.cpp \
!nacl:macx-*: {
- HEADERS += io/qfilesystemwatcher_fsevents_p.h
SOURCES += io/qfilesystemengine_mac.cpp
- SOURCES += io/qsettings_mac.cpp io/qfilesystemwatcher_fsevents.cpp
+ SOURCES += io/qsettings_mac.cpp
}
macx-*: {
SOURCES += io/qstandardpaths_mac.cpp