forked from qt-creator/qt-creator
CMake: Use local paths with file system watcher
Change-Id: I6eb831255f90b56115a5c5d79175a8985052ff83 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user