diff --git a/share/qtcreator/qml-type-descriptions/qbs.qmltypes b/share/qtcreator/qml-type-descriptions/qbs.qmltypes index 20d36bf5326..718baa6a04b 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" @@ -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" ]