Skip to content
Snippets Groups Projects
Commit b754df90 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Set environment variable to force GCCE version

Set environment variable to force GCCE version when running qmake
for symbian. This is only relevant for the SBSv2 build system.
parent 66ad76de
No related branches found
No related tags found
No related merge requests found
......@@ -141,6 +141,7 @@ void GCCEToolChain::addToEnvironment(ProjectExplorer::Environment &env)
break;
}
QString version = gcceVersion();
env.set(QLatin1String("QT_GCCE_VERSION"), version);
version = version.remove(QLatin1Char('.'));
env.set(QString::fromLatin1("SBS_GCCE") + version + QLatin1String("BIN"), QDir::toNativeSeparators(m_gcceBinPath));
}
......
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