aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-01-17 18:29:57 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-01-24 14:01:50 +0000
commit03e699ce2985eedcd33d247aa47d04b14bc4bc04 (patch)
tree4f6bc39e6b62c1e40b45add1aeea87286a3cb1eb /src/shared
parent89868ee2b9093ecf40602ae302b991d6a60014b0 (diff)
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>
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/proparser/qmakeglobals.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/proparser/qmakeglobals.cpp b/src/shared/proparser/qmakeglobals.cpp
index c9c3b2d697..9fd6040ad7 100644
--- a/src/shared/proparser/qmakeglobals.cpp
+++ b/src/shared/proparser/qmakeglobals.cpp
@@ -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;