Allow updating of configuration or file list separately

Now it will only update the list of files when you edit [project].files,
and only reparse all files when you edit [project].config or
[project].includes. When updating the file list it will only parse the
added files.
This commit is contained in:
Thorbjørn Lindeijer
2009-03-19 17:58:56 +01:00
parent 9c8f4e30a7
commit cc995d13ee
4 changed files with 54 additions and 34 deletions

View File

@@ -202,7 +202,6 @@ void MakeStep::removeDirectory(const QString &dir)
m_openDirectories.remove(dir);
}
CMakeProject *MakeStep::project() const
{
return m_pro;