From cf08b0d1091451f1762bbef7981cb1d9475f53b2 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Thu, 24 Oct 2013 12:30:47 +0200 Subject: Add qtenginio as submodule Change-Id: Ida65ce0162fa65c37413ce6716eb6382e1593338 Reviewed-by: Oswald Buddenhagen --- .gitmodules | 3 +++ init-repository | 1 + qt.pro | 1 + qtenginio | 1 + 4 files changed, 6 insertions(+) create mode 160000 qtenginio diff --git a/.gitmodules b/.gitmodules index e8c071b9..4a1c3d05 100644 --- a/.gitmodules +++ b/.gitmodules @@ -100,3 +100,6 @@ [submodule "qtandroidextras"] path = qtandroidextras url = ../qtandroidextras.git +[submodule "qtenginio"] + path = qtenginio + url = ../qtenginio.git diff --git a/init-repository b/init-repository index 819e98f1..272193d8 100755 --- a/init-repository +++ b/init-repository @@ -208,6 +208,7 @@ my %GERRIT_REPOS = map { $_ => "qt/$_" } qw( qtdeclarative qtdoc qtdocgallery + qtenginio qtfeedback qtgraphicaleffects qtimageformats diff --git a/qt.pro b/qt.pro index d374afc6..48b29185 100644 --- a/qt.pro +++ b/qt.pro @@ -83,6 +83,7 @@ addModule(qtquick1, qtscript, qtsvg qtxmlpatterns qtwebkit) addModule(qtdocgallery, qtdeclarative, qtjsondb) !win32:!mac:addModule(qtwayland, qtbase, qtdeclarative) addModule(qtserialport, qtbase) +addModule(qtenginio, qtdeclarative) addModule(qttranslations, qttools) addModule(qtdoc, qtdeclarative) addModule(qtqa, qtbase) diff --git a/qtenginio b/qtenginio new file mode 160000 index 00000000..136ee0aa --- /dev/null +++ b/qtenginio @@ -0,0 +1 @@ +Subproject commit 136ee0aa5dc2276699018bc743e758ea9ffda12a -- cgit v1.2.3