summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@digia.com>2013-09-06 12:46:21 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-26 17:26:48 +0200
commit9260a3917a0e0b067e62d1c4bd6343a22656b495 (patch)
tree2eb3d6125b4ac7af775b0df6dd31d57fb15c5439 /src/corelib
parent3e346b869c998b5fd5897e0b14c2f583dd0caa3b (diff)
WinRT: Disable QFileSystemWatcher
It might be possible to implement some kind of file system watcher using http://msdn.microsoft.com/en-us/library/windows/apps/windows.storage.search.aspx Change-Id: I375f299e2420f266c8e19d77360bdecf6ff88a56 Reviewed-by: Andrew Knight <andrew.knight@digia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/global/qglobal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h
index 0f124e0ccd..1ebe0bd8ea 100644
--- a/src/corelib/global/qglobal.h
+++ b/src/corelib/global/qglobal.h
@@ -542,6 +542,7 @@ class QDataStream;
#if defined(Q_OS_WINRT)
# define QT_NO_PROCESS
+# define QT_NO_FILESYSTEMWATCHER
#endif
inline void qt_noop(void) {}