summaryrefslogtreecommitdiff
path: root/share/qbs/module-providers/Qt/templates/qml.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2022-07-07 11:16:08 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2022-07-07 12:01:21 +0000
commit5d45d6e6a5b4fbb13b9ee3e5949dbfd1978c667a (patch)
tree94a4df37652ac756a592cf148bd99e6b452b5749 /share/qbs/module-providers/Qt/templates/qml.qbs
parent764213fc53fe387dfc66f1b606516c6f9f9df567 (diff)
downloadqbs-5d45d6e6a5b4fbb13b9ee3e5949dbfd1978c667a.tar.gz
Qt support: Fix static builds
- prl files can refer to QT_INSTALL_PLUGINS - object files can appear in QMAKE_PRL_LIBS Change-Id: I2ab707ab3677a1e7be71c93f211677b5df04b23f Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'share/qbs/module-providers/Qt/templates/qml.qbs')
-rw-r--r--share/qbs/module-providers/Qt/templates/qml.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qbs/module-providers/Qt/templates/qml.qbs b/share/qbs/module-providers/Qt/templates/qml.qbs
index 747558f10..f15705cc5 100644
--- a/share/qbs/module-providers/Qt/templates/qml.qbs
+++ b/share/qbs/module-providers/Qt/templates/qml.qbs
@@ -175,6 +175,7 @@ QtModule {
product.qbs.targetOS,
product.qbs.toolchain,
product.Qt.core.libPath,
+ product.Qt.core.pluginPath,
product.Qt.core.installPrefixPath);
for (var i = 0; i < libs.length; ++i) {
var lib = libs[i];