summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/io.pri
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@collabora.com>2011-12-27 18:24:57 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-02 18:19:36 +0100
commitd4514b63c7297dad8ca6710d71bee4db4431d6dc (patch)
treea6c3ac34fc09b52df495d31889d7af3c5ab81115 /src/corelib/io/io.pri
parent9fbfddfe8afe7a73b1136f20211da7274217b9e1 (diff)
Remove support for dnotify QFileSystemWatcher.
Inotify has been available in Linux for some ~6 years now, 7 when Qt 5 will actually be released, so I'd say it's safe to remove this fallback path now, particularly as the autotest notes that it's broken. Change-Id: I49dbb161d4765d63e92f512a6375323c7d37ccbe Reviewed-by: João Abecasis <joao.abecasis@nokia.com> Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
Diffstat (limited to 'src/corelib/io/io.pri')
-rw-r--r--src/corelib/io/io.pri9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/corelib/io/io.pri b/src/corelib/io/io.pri
index 521039d5d5..4eb8c76a8d 100644
--- a/src/corelib/io/io.pri
+++ b/src/corelib/io/io.pri
@@ -101,13 +101,8 @@ win32 {
}
linux-* {
- SOURCES += \
- io/qfilesystemwatcher_inotify.cpp \
- io/qfilesystemwatcher_dnotify.cpp
-
- HEADERS += \
- io/qfilesystemwatcher_inotify_p.h \
- io/qfilesystemwatcher_dnotify_p.h
+ SOURCES += io/qfilesystemwatcher_inotify.cpp
+ HEADERS += io/qfilesystemwatcher_inotify_p.h
}
!nacl {