Skip to content
Snippets Groups Projects
Commit 63ef0d36 authored by ck's avatar ck
Browse files

Maemo: Adapt qemu path for Harmattan.

Reviewed-by: kh1
parent b27dbd26
No related branches found
No related tags found
No related merge requests found
...@@ -379,7 +379,9 @@ void QemuRuntimeManager::startRuntime() ...@@ -379,7 +379,9 @@ void QemuRuntimeManager::startRuntime()
m_qemuProcess->setProcessEnvironment(env); m_qemuProcess->setProcessEnvironment(env);
m_qemuProcess->setWorkingDirectory(rt.m_root); m_qemuProcess->setWorkingDirectory(rt.m_root);
const QString app = root % QLatin1String("madlib/") % rt.m_bin const QString app =(QFileInfo(rt.m_bin).isRelative()
? root % QLatin1String("madlib/") % rt.m_bin // Fremantle.
: rt.m_bin) // Haramattan.
#ifdef Q_OS_WIN #ifdef Q_OS_WIN
% QLatin1String(".exe") % QLatin1String(".exe")
#endif #endif
......
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