summaryrefslogtreecommitdiff
path: root/src/plugins/qtsupport/debugginghelperbuildtask.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-07-26 08:51:26 +0200
committerKai Koehne <kai.koehne@nokia.com>2011-07-27 12:39:29 +0200
commitdbbaccca1444ed270c42e461140e9b8c81e5750a (patch)
tree0c56e184a789f17d2b64a6e8497bfe2c7425a192 /src/plugins/qtsupport/debugginghelperbuildtask.h
parent116b4efe5f773fdd71530289c77829197b4c0a12 (diff)
downloadqt-creator-dbbaccca1444ed270c42e461140e9b8c81e5750a.tar.gz
QmlJsDbg: Fix compilation for Symbian
Despite of '-k' passed to make, the 'all' target might still fail prematurely because make doesn't forward the '-k' to sbs. Anyway, now that we know the exact toolchain we can do better and only compile the targets that fit to the toolchain. If not Symbian, use the 'all' target everywhere, which ensures we're both compiling debug and release versions of all helpers. Change-Id: I0c3b699724472c8c2035d2c20bc451b47a301d1d Reviewed-on: http://codereview.qt.nokia.com/2159 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
Diffstat (limited to 'src/plugins/qtsupport/debugginghelperbuildtask.h')
-rw-r--r--src/plugins/qtsupport/debugginghelperbuildtask.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qtsupport/debugginghelperbuildtask.h b/src/plugins/qtsupport/debugginghelperbuildtask.h
index eaaef03769..57c2601004 100644
--- a/src/plugins/qtsupport/debugginghelperbuildtask.h
+++ b/src/plugins/qtsupport/debugginghelperbuildtask.h
@@ -85,6 +85,7 @@ private:
QString m_target;
QString m_qmakeCommand;
QString m_makeCommand;
+ QStringList m_makeArguments;
QString m_mkspec;
Utils::Environment m_environment;
QString m_log;