diff --git a/src/core/RemotePlugin.cpp b/src/core/RemotePlugin.cpp index 0128444e8..29baf66b4 100644 --- a/src/core/RemotePlugin.cpp +++ b/src/core/RemotePlugin.cpp @@ -139,6 +139,7 @@ bool RemotePlugin::init( const QString &pluginExecutable, args << QString::number( in()->shmKey() ); #ifndef DEBUG_REMOTE_PLUGIN m_process.setProcessChannelMode( QProcess::ForwardedChannels ); + m_process.setWorkingDirectory( QCoreApplication::applicationDirPath() ); m_process.start( exec, args ); m_watcher.start( QThread::LowestPriority ); #else