aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-09-21 00:03:43 -0700
committerJake Petroules <jake.petroules@qt.io>2017-09-22 08:38:24 +0000
commit8d84e591689b88a51fde1c2052af4ad759ba9fc1 (patch)
treeaed8f50b44af1ddc74714be0c3f1b4387a4c7fc9 /share
parent93ef552d79385e275beb8dec3767434f575a49d4 (diff)
Update QML type descriptions for qbs
Change-Id: I208e7e96b5a430ae55ca073abee7954c4f2382e1 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/qml-type-descriptions/qbs.qmltypes11
1 files changed, 10 insertions, 1 deletions
diff --git a/share/qtcreator/qml-type-descriptions/qbs.qmltypes b/share/qtcreator/qml-type-descriptions/qbs.qmltypes
index 20d36bf532..718baa6a04 100644
--- a/share/qtcreator/qml-type-descriptions/qbs.qmltypes
+++ b/share/qtcreator/qml-type-descriptions/qbs.qmltypes
@@ -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"
@@ -119,6 +120,14 @@ Module {
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" ]
prototype: "QQuickItem"