forked from qt-creator/qt-creator
@@ -352,9 +352,13 @@ void QemuRuntimeManager::startRuntime()
|
|||||||
env.insert(key, env.value(key) % colon % root % QLatin1String("bin"));
|
env.insert(key, env.value(key) % colon % root % QLatin1String("bin"));
|
||||||
env.insert(key, env.value(key) % colon % root % QLatin1String("madlib"));
|
env.insert(key, env.value(key) % colon % root % QLatin1String("madlib"));
|
||||||
#elif defined(Q_OS_UNIX)
|
#elif defined(Q_OS_UNIX)
|
||||||
|
# if defined(Q_OS_MAC)
|
||||||
|
const QLatin1String key("DYLD_LIBRARY_PATH");
|
||||||
|
# else
|
||||||
const QLatin1String key("LD_LIBRARY_PATH");
|
const QLatin1String key("LD_LIBRARY_PATH");
|
||||||
|
# endif // MAC
|
||||||
env.insert(key, env.value(key) % QLatin1Char(':') % rt.m_libPath);
|
env.insert(key, env.value(key) % QLatin1Char(':') % rt.m_libPath);
|
||||||
#endif
|
#endif // WIN/UNIX
|
||||||
m_qemuProcess->setProcessEnvironment(env);
|
m_qemuProcess->setProcessEnvironment(env);
|
||||||
m_qemuProcess->setWorkingDirectory(rt.m_root);
|
m_qemuProcess->setWorkingDirectory(rt.m_root);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user