From 9260a3917a0e0b067e62d1c4bd6343a22656b495 Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Fri, 6 Sep 2013 12:46:21 +0200 Subject: [PATCH] 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 Reviewed-by: Friedemann Kleint --- src/corelib/global/qglobal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h index 0f124e0ccd7..1ebe0bd8ea3 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) {}