summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfilesystemwatcher_fsevents_p.h
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@nokia.com>2010-10-18 07:51:15 (GMT)
committerJørgen Lind <jorgen.lind@nokia.com>2010-10-20 11:56:28 (GMT)
commitb895d7af3a75cbbc2b14a993679538ed02190b40 (patch)
tree719b4cb2b051097dfea12e886f08554b7bd6d0d6 /src/corelib/io/qfilesystemwatcher_fsevents_p.h
parent4346b33024c76760752fc1dc4b46847883cd0453 (diff)
downloadQt-b895d7af3a75cbbc2b14a993679538ed02190b40.zip
Qt-b895d7af3a75cbbc2b14a993679538ed02190b40.tar.gz
Qt-b895d7af3a75cbbc2b14a993679538ed02190b40.tar.bz2
Lighthouse on OS X.
Reviewed-by: Jørgen
Diffstat (limited to 'src/corelib/io/qfilesystemwatcher_fsevents_p.h')
-rw-r--r--src/corelib/io/qfilesystemwatcher_fsevents_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/io/qfilesystemwatcher_fsevents_p.h b/src/corelib/io/qfilesystemwatcher_fsevents_p.h
index b0462b6..c888c61 100644
--- a/src/corelib/io/qfilesystemwatcher_fsevents_p.h
+++ b/src/corelib/io/qfilesystemwatcher_fsevents_p.h
@@ -56,6 +56,8 @@
#include "qfilesystemwatcher_p.h"
+#ifndef QT_NO_FILESYSTEMWATCHER
+
#include <QtCore/qmutex.h>
#include <QtCore/qwaitcondition.h>
#include <QtCore/qthread.h>
@@ -123,6 +125,8 @@ private:
#endif
};
+#endif //QT_NO_FILESYSTEMWATCHER
+
#endif
QT_END_NAMESPACE