forked from qt-creator/qt-creator
QtcProcess: Windows compile fix
Change-Id: I5f5882fe4ae2ab84c6e5668c560290b6b0cd30c7 Reviewed-on: http://codereview.qt.nokia.com/2942 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
@@ -671,7 +671,7 @@ void QtcProcess::start()
|
||||
setNativeArguments(arguments);
|
||||
if (m_useCtrlCStub) {
|
||||
argList << command;
|
||||
command = QCoreApplication::applicationDirPath() + QLatin1String("/qtcreator_ctrlc_stub.exe"));
|
||||
command = QCoreApplication::applicationDirPath() + QLatin1String("/qtcreator_ctrlc_stub.exe");
|
||||
}
|
||||
QProcess::start(command, argList);
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user