Update qbs submodule

... to HEAD of 1.22 branch.

Change-Id: Ib15854a88b6265f341c42f2b62d67f914fb9e747
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2022-02-15 16:47:07 +01:00
parent 22b9628d54
commit 120218e0fd
3 changed files with 4 additions and 1 deletions

View File

@@ -19,6 +19,7 @@
"qbs.FileInfo",
"qbs.ModUtils",
"qbs.PathTools",
"qbs.PkgConfig",
"qbs.Probes",
"qbs.Process",
"qbs.PropertyList",

View File

@@ -133,6 +133,7 @@ Module {
Property { name: "multiplexedType"; type: "string"; isList: true }
Property { name: "name"; type: "string" }
Property { name: "profiles"; type: "string"; isList: true }
Property { name: "qbsModuleProviders"; type: "string"; isList: true }
Property { name: "qbsSearchPaths"; type: "string"; isList: true }
Property { name: "targetName"; type: "string" }
Property { name: "type"; type: "string"; isList: true }
@@ -155,6 +156,7 @@ Module {
Property { name: "minimumQbsVersion"; type: "string" }
Property { name: "name"; type: "string" }
Property { name: "profile"; type: "string" }
Property { name: "qbsModuleProviders"; type: "string"; isList: true }
Property { name: "qbsSearchPaths"; type: "string"; isList: true }
Property { name: "references"; type: "string"; isList: true }
Property { name: "sourceDirectory"; type: "string" }