qmake property display: $$[QT_SYSROOT] is also a path

Change-Id: If5369ee0797b76ced04b92147b8ad023530aa1cd
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Oswald Buddenhagen
2012-07-06 18:47:00 +02:00
parent 5e2be6ac5e
commit 60b41673b5

View File

@@ -515,6 +515,8 @@ QString BaseQtVersion::toHtml(bool verbose) const
continue;
variableName.chop(4);
isPath = true;
} else if (variableName == QLatin1String("QT_SYSROOT")) {
isPath = true;
}
str << "<tr><td><pre>" << variableName << "</pre></td><td>";
if (value.isEmpty())