useCtrlCStub is windows-only. make #ifdefs reflect that consistently

Change-Id: I9504df9a2a0d6381c66ec71f40799d185461731a
Reviewed-on: http://codereview.qt.nokia.com/2917
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 20:51:54 +02:00
committed by Joerg Bornemann
parent 72465c45e3
commit 9e20d6df04
2 changed files with 10 additions and 2 deletions

View File

@@ -189,7 +189,9 @@ void AbstractProcessStep::run(QFutureInterface<bool> &fi)
wd.mkpath(wd.absolutePath());
m_process = new Utils::QtcProcess();
#ifdef Q_OS_WIN
m_process->setUseCtrlCStub(true);
#endif
m_process->setWorkingDirectory(wd.absolutePath());
m_process->setEnvironment(m_param.environment());