Expand environment variables in Generic Project file lists

Environment variables will now be expanded in the Generic Project file
and include path lists. They have to be written like $$(VARIABLE), like
in qmake .pro files.

Task-number: QTCREATORBUG-366
This commit is contained in:
Thorbjørn Lindeijer
2010-02-11 16:42:23 +01:00
parent d1480ef65b
commit 3c1142d7d7
2 changed files with 39 additions and 11 deletions

View File

@@ -117,8 +117,8 @@ protected:
private:
bool saveRawFileList(const QStringList &rawFileList);
void parseProject(RefreshOptions options);
QStringList convertToAbsoluteFiles(const QStringList &paths,
QHash<QString, QString> *map = 0) const;
QStringList processEntries(const QStringList &paths,
QHash<QString, QString> *map = 0) const;
Manager *m_manager;
QString m_fileName;