Store the toolChain and includePaths in the .user file.

This commit is contained in:
Roberto Raggi
2009-03-12 12:26:32 +01:00
parent 3eafefd2e0
commit 90e12652b4
3 changed files with 32 additions and 11 deletions

View File

@@ -69,11 +69,15 @@ public:
void refresh();
QString toolChainId() const;
void setToolChainId(const QString &toolChainId);
QStringList includePaths() const;
void setIncludePaths(const QStringList &includePaths);
QStringList files() const;
QStringList generated() const;
QStringList includePaths() const;
QStringList defines() const;
QString toolChainId() const;
private:
FolderNode *findOrCreateFolderByName(const QString &filePath);