Added a way to change the tool chain.

This commit is contained in:
Roberto Raggi
2009-03-12 13:50:43 +01:00
parent 90e12652b4
commit 7b6eb2c47e
6 changed files with 38 additions and 26 deletions

View File

@@ -69,9 +69,6 @@ public:
void refresh();
QString toolChainId() const;
void setToolChainId(const QString &toolChainId);
QStringList includePaths() const;
void setIncludePaths(const QStringList &includePaths);
@@ -89,7 +86,6 @@ private:
QStringList _generated;
QStringList _includePaths;
QStringList _defines;
QString _toolChainId;
QHash<QString, FolderNode *> _folderByName;
};