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:
Joerg Bornemann
2011-08-15 11:12:00 +02:00
parent 3261128a94
commit 6e93b47c33

View File

@@ -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