summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libs/installer/qtpatchoperation.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libs/installer/qtpatchoperation.cpp b/src/libs/installer/qtpatchoperation.cpp
index 41cb313ef..76d7c8f54 100644
--- a/src/libs/installer/qtpatchoperation.cpp
+++ b/src/libs/installer/qtpatchoperation.cpp
@@ -83,6 +83,10 @@ static QHash<QByteArray, QByteArray> generatePatchValueHash(const QByteArray &ne
replaceHash.insert(QByteArray("qt_libspath=%1").replace("%1", oldValue),
QByteArray("qt_libspath=%1/lib").replace("%1/", newQtPath + nativeSeperator));
+ oldValue = qmakeValueHash.value(QLatin1String("QT_INSTALL_LIBEXECS"));
+ replaceHash.insert(QByteArray("qt_lbexpath=%1").replace("%1", oldValue),
+ QByteArray("qt_lbexpath=%1/lib").replace("%1/", newQtPath + nativeSeperator));
+
oldValue = qmakeValueHash.value(QLatin1String("QT_INSTALL_BINS"));
replaceHash.insert(QByteArray("qt_binspath=%1").replace("%1", oldValue),
QByteArray("qt_binspath=%1/bin").replace("%1/", newQtPath + nativeSeperator));