forked from qt-creator/qt-creator
qbs build: Update types metadata
Change-Id: I0e48dd91c5c625d8f3391c2fea498f55cc828266 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
"qbs.Probes",
|
||||
"qbs.Process",
|
||||
"qbs.PropertyList",
|
||||
"qbs.ProviderUtils",
|
||||
"qbs.TemporaryDir",
|
||||
"qbs.TextFile",
|
||||
"qbs.UnixUtils",
|
||||
|
@@ -19,7 +19,6 @@ Module {
|
||||
exports: [ "qbs/Depends 1.0" ]
|
||||
prototype: "QQuickItem"
|
||||
Property { name: "condition"; type: "bool" }
|
||||
Property { name: "enableFallback"; type: "bool" }
|
||||
Property { name: "limitToSubProject"; type: "bool" }
|
||||
Property { name: "multiplexConfigurationIds"; type: "string"; isList: true }
|
||||
Property { name: "name"; type: "string" }
|
||||
@@ -93,6 +92,8 @@ Module {
|
||||
name: "ModuleProvider"
|
||||
exports: [ "qbs/ModuleProvider 1.0" ]
|
||||
prototype: "QQuickItem"
|
||||
Property { name: "isEager"; type: "bool" }
|
||||
Property { name: "moduleName"; type: "string" }
|
||||
Property { name: "name"; type: "string" }
|
||||
Property { name: "outputBaseDir"; type: "string" }
|
||||
Property { name: "relativeSearchPaths"; type: "string"; isList: true }
|
||||
|
Reference in New Issue
Block a user