diff --git a/share/qtcreator/qml-type-descriptions/qbs-bundle.json b/share/qtcreator/qml-type-descriptions/qbs-bundle.json index 9b2f233a4c3..672c79187f2 100644 --- a/share/qtcreator/qml-type-descriptions/qbs-bundle.json +++ b/share/qtcreator/qml-type-descriptions/qbs-bundle.json @@ -24,6 +24,7 @@ "qbs.Probes", "qbs.Process", "qbs.PropertyList", + "qbs.ProviderUtils", "qbs.TemporaryDir", "qbs.TextFile", "qbs.UnixUtils", diff --git a/share/qtcreator/qml-type-descriptions/qbs.qmltypes b/share/qtcreator/qml-type-descriptions/qbs.qmltypes index 941697b02d2..00c0cbb9261 100644 --- a/share/qtcreator/qml-type-descriptions/qbs.qmltypes +++ b/share/qtcreator/qml-type-descriptions/qbs.qmltypes @@ -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 }