forked from qt-creator/qt-creator
move qtcbuildhelper where it belongs and rename it accordingly
this is not a creator tool, but a helper of qtcprocess, just like the existing stub. Change-Id: Ice7c60a1dee0b132c6063747f82ea35699f4127d Reviewed-on: http://codereview.qt.nokia.com/2918 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
committed by
Joerg Bornemann
parent
9e20d6df04
commit
65317deaf9
@@ -671,7 +671,7 @@ void QtcProcess::start()
|
||||
setNativeArguments(arguments);
|
||||
if (m_useCtrlCStub) {
|
||||
argList << command;
|
||||
command = QCoreApplication::applicationDirPath() + QLatin1String("/qtcbuildhelper.exe"));
|
||||
command = QCoreApplication::applicationDirPath() + QLatin1String("/qtcreator_ctrlc_stub.exe"));
|
||||
}
|
||||
QProcess::start(command, argList);
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user