Skip to content
Snippets Groups Projects
Commit 958de99a authored by Daniel Molkentin's avatar Daniel Molkentin
Browse files

Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline

parents 3908528f 109f04ac
No related branches found
No related tags found
No related merge requests found
......@@ -848,9 +848,7 @@ ProFileReader *Qt4PriFileNode::createProFileReader() const
reader->setQtVersion(version);
}
QHash<QString,QStringList> variables;
variables.insert(QLatin1String("OUT_PWD"), QStringList(m_qt4ProFileNode->buildDir()));
reader->addVariables(variables);
reader->setOutputDir(m_qt4ProFileNode->buildDir());
return reader;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment