Fix build

Change-Id: Idf8f0f367d329dad23d375bb08d3bc34bafe4115
Reviewed-on: http://codereview.qt.nokia.com/363
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
Tobias Hunger
2011-06-07 16:31:49 +02:00
parent 01463e9bdf
commit 49fc36f8f8

View File

@@ -133,7 +133,7 @@ QString QMakeStep::allArguments(bool shorted)
arguments << "-r";
bool userProvidedMkspec = false;
for (Utils::QtcProcess::ConstArgIterator ait(&m_userArgs); ait.next(); ) {
for (Utils::QtcProcess::ConstArgIterator ait(m_userArgs); ait.next(); ) {
if (ait.value() == QLatin1String("-spec")) {
if (ait.next()) {
userProvidedMkspec = true;