forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user