forked from qt-creator/qt-creator
querying unknown properties is not an error, so don't report one
as far as qmake is concerned, anyway Change-Id: I3b974e495ece4f4c30b737198c74dacfda8dbd0f Reviewed-by: Daniel Teske <daniel.teske@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
@@ -1329,8 +1329,8 @@ ProString QMakeEvaluator::propertyValue(const ProString &name) const
|
||||
if (name == QLatin1String("QMAKE_MKSPECS"))
|
||||
return ProString(qmakeMkspecPaths().join(m_option->dirlist_sep), NoHash);
|
||||
ProString ret = m_option->propertyValue(name);
|
||||
if (ret.isNull())
|
||||
evalError(fL1S("Querying unknown property %1").arg(name.toQString(m_mtmp)));
|
||||
// if (ret.isNull())
|
||||
// evalError(fL1S("Querying unknown property %1").arg(name.toQString(m_mtmp)));
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user