forked from qt-creator/qt-creator
Autotools: Fix duplicates in project tree after reparse
Fixes: QTCREATORBUG-19837 Change-Id: I84afab5b571afa550d4329973eb19aa09335d614 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -175,6 +175,7 @@ void AutotoolsProject::makefileParsingFinished()
|
||||
foreach (const QString& watchedFile, m_watchedFiles)
|
||||
m_fileWatcher->removeFile(watchedFile);
|
||||
|
||||
m_files.clear();
|
||||
m_watchedFiles.clear();
|
||||
|
||||
// Apply sources to m_files, which are returned at AutotoolsProject::files()
|
||||
|
Reference in New Issue
Block a user