Actually watch all the project files of a CMake project.

And react to changes to one of them.
This commit is contained in:
dt
2009-09-14 16:09:17 +02:00
parent 0b05bc2e18
commit f291b669c3
2 changed files with 30 additions and 17 deletions

View File

@@ -139,6 +139,7 @@ private:
ProjectExplorer::ToolChain *m_toolChain;
ProjectExplorer::FileWatcher *m_watcher;
bool m_insideFileChanged;
QSet<QString> m_watchedFiles;
};
class CMakeCbpParser : public QXmlStreamReader