forked from qt-creator/qt-creator
Compile
This commit is contained in:
@@ -121,6 +121,7 @@ bool QMakeStep::init(const QString &name)
|
||||
if (QDir(workingDirectory).exists(QLatin1String("Makefile")))
|
||||
needToRunQMake = false;
|
||||
|
||||
Environment environment = m_pro->environment(name);
|
||||
QStringList newEnv = environment.toStringList();
|
||||
newEnv.sort();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user