Skip to content
Snippets Groups Projects
Commit cc2d6c91 authored by kh1's avatar kh1
Browse files

Add this folder since it contains the missing mingw.dll for qt tools.

parent 6882c3cc
No related branches found
No related tags found
No related merge requests found
...@@ -85,6 +85,10 @@ void MaemoToolChain::addToEnvironment(ProjectExplorer::Environment &env) ...@@ -85,6 +85,10 @@ void MaemoToolChain::addToEnvironment(ProjectExplorer::Environment &env)
.arg(targetRoot()))); .arg(targetRoot())));
env.prependOrSetPath(QDir::toNativeSeparators(QString("%1/bin") env.prependOrSetPath(QDir::toNativeSeparators(QString("%1/bin")
.arg(toolchainRoot()))); .arg(toolchainRoot())));
#ifdef Q_OS_WIN
env.prependOrSetPath(QDir::toNativeSeparators(QString("%1/madbin")
.arg(maddeRoot())));
#endif
} }
QString MaemoToolChain::makeCommand() const QString MaemoToolChain::makeCommand() const
......
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