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