From f2984ad1ef5e7f86c0302b453e20cb97c9478c88 Mon Sep 17 00:00:00 2001 From: Fawzi Mohamed <fawzi.mohamed@digia.com> Date: Wed, 27 Nov 2013 17:24:41 +0100 Subject: [PATCH] qmljs: update QtQuick2 bundle This will need to be replaced with the results of the import scan, but that will be for 3.1. Change-Id: Icd398282142972421044c3b4d05fec9057cff95c Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com> --- .../qml-type-descriptions/qt5QtQuick2-bundle.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/share/qtcreator/qml-type-descriptions/qt5QtQuick2-bundle.json b/share/qtcreator/qml-type-descriptions/qt5QtQuick2-bundle.json index 17b455ccd82..af78f3a4050 100644 --- a/share/qtcreator/qml-type-descriptions/qt5QtQuick2-bundle.json +++ b/share/qtcreator/qml-type-descriptions/qt5QtQuick2-bundle.json @@ -9,15 +9,29 @@ "supportedImports": [ "Qt.labs.folderlistmodel 2.0", "QtAudioEngine 1.0", + "QtBluetooth 5.0", + "QtBluetooth 5.2", + "QtGraphicalEffects 1.0", "QtMultimedia 5.0", + "QtNfc 5.0", + "QtNfc 5.2", + "QtPositioning 5.0", + "QtPositioning 5.2", "QtQuick.Controls 1.0", + "QtQuick.Controls 1.1", + "QtQuick.Controls.Styles 1.0", + "QtQuick.Controls.Styles 1.1", "QtQuick.Dialogs 1.0", + "QtQuick.Dialogs 1.1", "QtQuick.Layouts 1.0", + "QtQuick.Layouts 1.1", "QtQuick.LocalStorage 2.0", "QtQuick.Particles 2.0", "QtQuick.Window 2.0", "QtQuick.XmlListModel 2.0", "QtQuick 2.0", + "QtQuick 2.1", + "QtQuick 2.2", "QtTest 1.0", "QtWebKit 3.0"] } -- GitLab