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:
Oswald Buddenhagen
2011-08-12 21:06:05 +02:00
committed by Joerg Bornemann
parent 9e20d6df04
commit 65317deaf9
7 changed files with 24 additions and 16 deletions

View File

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