aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/main.yml4
-rw-r--r--changelogs/changes-2.0.2.md1
-rw-r--r--share/qbs/module-providers/Qt/setup-qt.js2
3 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b27518b80..3006be6c7 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -643,7 +643,7 @@ jobs:
toolchain: 'ios',
xcodeVersion: '14.2',
testProfile: 'xcode_14_1-iphoneos-arm64',
- qtVersion: '6.3.2',
+ qtVersion: '6.5.0',
script: './scripts/test-qbs.sh',
}
- {
@@ -653,7 +653,7 @@ jobs:
toolchain: 'ios',
xcodeVersion: '14.2',
testProfile: 'xcode_14_1-iphonesimulator-x86_64',
- qtVersion: '6.3.2',
+ qtVersion: '6.5.0',
script: './scripts/test-qbs.sh',
}
- {
diff --git a/changelogs/changes-2.0.2.md b/changelogs/changes-2.0.2.md
index e848c2b40..cec220db4 100644
--- a/changelogs/changes-2.0.2.md
+++ b/changelogs/changes-2.0.2.md
@@ -4,6 +4,7 @@
# Qt Support
* Added special handling for unclean paths in prl files (QBS-1732).
+* Fixed support for static plugins and Qt >= 6.5 (QBS-1732).
# Contributors
* Christian Kandeler
diff --git a/share/qbs/module-providers/Qt/setup-qt.js b/share/qbs/module-providers/Qt/setup-qt.js
index 9fcef7897..b33b30e3a 100644
--- a/share/qbs/module-providers/Qt/setup-qt.js
+++ b/share/qbs/module-providers/Qt/setup-qt.js
@@ -1243,7 +1243,7 @@ function allQt5Modules(qtProps, androidAbi) {
}
}
}
- if (hasV2 && !hasModuleEntry)
+ if (hasV2 && !hasModuleEntry && !moduleInfo.isStaticLibrary)
moduleInfo.hasLibrary = false;
// Fix include paths for Apple frameworks.