From e6b937f508a78d6eae3e9d187d70271535d23d86 Mon Sep 17 00:00:00 2001 From: ckamm Date: Fri, 29 Apr 2016 16:14:18 +0200 Subject: LockWatcher: Keep an eye on Windows file locks (#4758) When a conflict-rename or a temporary-rename fails, notify the LockWatcher. It'll regularly check whether the file has become accesible again. When it has, another sync is triggered. owncloud/enterprise#1288 --- test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'test/CMakeLists.txt') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index cf3f0a78c..f701700aa 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -48,6 +48,7 @@ list(APPEND FolderMan_SRC ../src/gui/folder.cpp ) list(APPEND FolderMan_SRC ../src/gui/socketapi.cpp ) list(APPEND FolderMan_SRC ../src/gui/accountstate.cpp ) list(APPEND FolderMan_SRC ../src/gui/syncrunfilelog.cpp ) +list(APPEND FolderMan_SRC ../src/gui/lockwatcher.cpp ) list(APPEND FolderMan_SRC ${FolderWatcher_SRC}) list(APPEND FolderMan_SRC stub.cpp ) #include_directories(${QTKEYCHAIN_INCLUDE_DIR}) -- cgit v1.2.3