diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2012-01-05 12:46:24 +0100 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-01-10 06:34:16 +0100 |
commit | 7e177c50ce41188533fbaa4c718f2a44db785738 (patch) | |
tree | 1a945418208862d119bc34f1265725de86d8e4f9 /.gitmodules | |
parent | 522634777b5750b548411506d69c7a816bd51f4f (diff) | |
download | qt5-7e177c50ce41188533fbaa4c718f2a44db785738.tar.gz |
Added qtjsbackend module
Change-Id: I179a5714a12144e6815d931fef9fbfcedee6c93f
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f7ee3785..90cae42d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -79,3 +79,6 @@ [submodule "qt3d"] path = qt3d url = git://gitorious.org/qt/qt3d.git +[submodule "qtjsbackend"] + path = qtjsbackend + url = git://gitorious.org/qt/qtjsbackend.git |