forked from qt-creator/qt-creator
external qmake property parsing: ensure that QT_HOST_LIBS has a fallback
the property has been added to qmake a while ago. catch up with it. Change-Id: I8fae79c6d593ee201b44172d14189ec6502bc61c Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -355,6 +355,7 @@ void QMakeGlobals::parseProperties(const QByteArray &data, QHash<ProKey, ProStri
|
||||
if (plain) {
|
||||
if (name == QLatin1String("QT_INSTALL_PREFIX")
|
||||
|| name == QLatin1String("QT_INSTALL_DATA")
|
||||
|| name == QLatin1String("QT_INSTALL_LIBS")
|
||||
|| name == QLatin1String("QT_INSTALL_BINS")) {
|
||||
// Qt4 fallback
|
||||
QString hname = name;
|
||||
|
||||
Reference in New Issue
Block a user