aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/module-providers/qbspkgconfig.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'share/qbs/module-providers/qbspkgconfig.qbs')
-rw-r--r--share/qbs/module-providers/qbspkgconfig.qbs6
1 files changed, 0 insertions, 6 deletions
diff --git a/share/qbs/module-providers/qbspkgconfig.qbs b/share/qbs/module-providers/qbspkgconfig.qbs
index d5257aa55..5e027788e 100644
--- a/share/qbs/module-providers/qbspkgconfig.qbs
+++ b/share/qbs/module-providers/qbspkgconfig.qbs
@@ -62,12 +62,6 @@ ModuleProvider {
property path sysroot: qbs.toolchain && qbs.toolchain.includes("xcode")
? undefined : qbs.sysroot
- property bool mergeDependencies: false
- PropertyOptions {
- name: "mergeDependencies"
- removalVersion: "2.3.0"
- }
-
Probes.QbsPkgConfigProbe {
id: theProbe
// TODO: without explicit 'parent' we do not have access to the fake "qbs" scope