forked from qt-creator/qt-creator
Utils: Make QtcProcess::{setW,w}orkingDirectory use FilePath
But keep the old setter for a while to ease transition. Change-Id: If02b79b1fcd31fbf8b06ef26876c41af891127f9 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -180,7 +180,7 @@ void MesonProcess::setupProcess(const Command &command,
|
||||
&MesonProcess::processStandardError);
|
||||
}
|
||||
|
||||
m_process->setWorkingDirectory(command.workDir().toString());
|
||||
m_process->setWorkingDirectory(command.workDir());
|
||||
m_process->setEnvironment(env);
|
||||
Core::MessageManager::writeFlashing(
|
||||
tr("Running %1 in %2.").arg(command.toUserOutput()).arg(command.workDir().toUserOutput()));
|
||||
|
||||
Reference in New Issue
Block a user