Update QML type descriptions for qbs

Change-Id: I208e7e96b5a430ae55ca073abee7954c4f2382e1
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
Jake Petroules
2017-09-21 00:03:43 -07:00
parent 93ef552d79
commit 8d84e59168

View File

@@ -20,7 +20,7 @@ Module {
prototype: "QQuickItem"
Property { name: "condition"; type: "bool" }
Property { name: "limitToSubProject"; type: "bool" }
Property { name: "multiplexConfigurationId"; type: "string" }
Property { name: "multiplexConfigurationIds"; type: "string"; isList: true }
Property { name: "name"; type: "string" }
Property { name: "productTypes"; type: "string"; isList: true }
Property { name: "profiles"; type: "string"; isList: true }
@@ -49,6 +49,7 @@ Module {
Property { name: "condition"; type: "bool" }
Property { name: "fileTags"; type: "string"; isList: true }
Property { name: "patterns"; type: "string"; isList: true }
Property { name: "priority"; type: "int" }
}
Component {
name: "Group"
@@ -118,6 +119,14 @@ Module {
Property { name: "type"; type: "string"; isList: true }
Property { name: "version"; type: "string" }
}
Component {
name: "Profile"
exports: [ "qbs/Profile 1.0" ]
prototype: "QQuickItem"
Property { name: "baseProfile"; type: "string" }
Property { name: "condition"; type: "bool" }
Property { name: "name"; type: "string" }
}
Component {
name: "Project"
exports: [ "qbs/Project 1.0" ]