CMake: Use local paths with file system watcher

Change-Id: I6eb831255f90b56115a5c5d79175a8985052ff83
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
hjk
2021-06-29 09:45:30 +02:00
parent 117fa35e00
commit 24190d9c0b

View File

@@ -852,7 +852,7 @@ bool FileApiParser::setupCMakeFileApi(const FilePath &buildDirectory, Utils::Fil
} }
} }
watcher.addDirectory(cmakeReplyDirectory(buildDirectory).toString(), FileSystemWatcher::WatchAllChanges); watcher.addDirectory(cmakeReplyDirectory(buildDirectory).path(), FileSystemWatcher::WatchAllChanges);
return true; return true;
} }