forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user