diff options
-rw-r--r-- | open-source-lorries/qt5-tools-all.lorry | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/open-source-lorries/qt5-tools-all.lorry b/open-source-lorries/qt5-tools-all.lorry index d6d7830..15afe43 100644 --- a/open-source-lorries/qt5-tools-all.lorry +++ b/open-source-lorries/qt5-tools-all.lorry @@ -11,6 +11,10 @@ "type": "git", "url": "git://gitorious.org/qt/qtquick1.git" }, + "qt5/qtquickcontrols": { + "type": "git", + "url": "git://gitorious.org/qt/qtquickcontrols.git" + }, "qt5/qtjsbackend": { "type": "git", "url": "git://gitorious.org/qt/qtjsbackend.git" @@ -23,6 +27,14 @@ "type": "git", "url": "git://gitorious.org/qt/qtscript.git" }, + "qt5/qtsensors": { + "type": "git", + "url": "git://gitorious.org/qt/qtsensors.git" + }, + "qt5/qtserialport": { + "type": "git", + "url": "git://gitorious.org/qt/qtserialport.git" + }, "qt5/qtsvg": { "type": "git", "url": "git://gitorious.org/qt/qtsvg.git" @@ -74,5 +86,9 @@ "qt5/qtrepotools": { "type": "git", "url": "git://gitorious.org/qt/qtrepotools.git" + }, + "qt5/qtx11extras": { + "type": "git", + "url": "git://gitorious.org/qt/qtx11extras.git" } } |