forked from qt-creator/qt-creator
an empty argument list is still a list with one empty argument
that's actually kinda braindead, but that's qmake as usual.
This commit is contained in:
@@ -1829,7 +1829,7 @@ QStringList ProFileEvaluator::Private::expandVariableReferences(const QString &s
|
||||
QStringList ret;
|
||||
// if (ok)
|
||||
// *ok = true;
|
||||
if (str.isEmpty())
|
||||
if (str.isEmpty() && !pos)
|
||||
return ret;
|
||||
|
||||
const ushort LSQUARE = '[';
|
||||
|
||||
Reference in New Issue
Block a user