From: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com> Date: Thu, 16 Jan 2020 09:39:56 +0000 (+0100) Subject: append the correct folderwatcher (platform specific) X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~222^2^2~413^2~24 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=db92d5bfffc93f58cf3b35f1198cb43c5cd91dc0;p=nextcloud-desktop.git append the correct folderwatcher (platform specific) Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com> --- diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 55e5327e6..39bd4dcfc 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -80,7 +80,7 @@ list(APPEND RemoteWipe_SRC ../src/gui/accountstate.cpp ) list(APPEND RemoteWipe_SRC ../src/gui/socketapi.cpp ) list(APPEND RemoteWipe_SRC ../src/gui/folder.cpp ) list(APPEND RemoteWipe_SRC ../src/gui/syncrunfilelog.cpp ) -list(APPEND RemoteWipe_SRC ../src/gui/folderwatcher_linux.cpp ) +list(APPEND RemoteWipe_SRC ${FolderWatcher_SRC} ) list(APPEND RemoteWipe_SRC ../src/gui/folderwatcher.cpp ) list(APPEND RemoteWipe_SRC ${RemoteWipe_SRC}) list(APPEND RemoteWipe_SRC stubremotewipe.cpp )