From 8d84e591689b88a51fde1c2052af4ad759ba9fc1 Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Thu, 21 Sep 2017 00:03:43 -0700 Subject: [PATCH] Update QML type descriptions for qbs Change-Id: I208e7e96b5a430ae55ca073abee7954c4f2382e1 Reviewed-by: Joerg Bornemann --- share/qtcreator/qml-type-descriptions/qbs.qmltypes | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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" ]