qbs build: Update types metadata

Change-Id: I0e48dd91c5c625d8f3391c2fea498f55cc828266
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2024-07-10 16:11:43 +02:00
parent a13635ca6b
commit 3557afe805
2 changed files with 3 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
"qbs.Probes", "qbs.Probes",
"qbs.Process", "qbs.Process",
"qbs.PropertyList", "qbs.PropertyList",
"qbs.ProviderUtils",
"qbs.TemporaryDir", "qbs.TemporaryDir",
"qbs.TextFile", "qbs.TextFile",
"qbs.UnixUtils", "qbs.UnixUtils",

View File

@@ -19,7 +19,6 @@ Module {
exports: [ "qbs/Depends 1.0" ] exports: [ "qbs/Depends 1.0" ]
prototype: "QQuickItem" prototype: "QQuickItem"
Property { name: "condition"; type: "bool" } Property { name: "condition"; type: "bool" }
Property { name: "enableFallback"; type: "bool" }
Property { name: "limitToSubProject"; type: "bool" } Property { name: "limitToSubProject"; type: "bool" }
Property { name: "multiplexConfigurationIds"; type: "string"; isList: true } Property { name: "multiplexConfigurationIds"; type: "string"; isList: true }
Property { name: "name"; type: "string" } Property { name: "name"; type: "string" }
@@ -93,6 +92,8 @@ Module {
name: "ModuleProvider" name: "ModuleProvider"
exports: [ "qbs/ModuleProvider 1.0" ] exports: [ "qbs/ModuleProvider 1.0" ]
prototype: "QQuickItem" prototype: "QQuickItem"
Property { name: "isEager"; type: "bool" }
Property { name: "moduleName"; type: "string" }
Property { name: "name"; type: "string" } Property { name: "name"; type: "string" }
Property { name: "outputBaseDir"; type: "string" } Property { name: "outputBaseDir"; type: "string" }
Property { name: "relativeSearchPaths"; type: "string"; isList: true } Property { name: "relativeSearchPaths"; type: "string"; isList: true }