From f7225b87a9e9e8379c627c6771ee5b2bc6492f73 Mon Sep 17 00:00:00 2001 From: Xizhi Zhu Date: Thu, 23 Jun 2011 10:37:45 +0300 Subject: Add the QtSystems module. --- .gitmodules | 3 +++ init-repository | 1 + qt.pro | 7 +++++++ qtsystems | 1 + 4 files changed, 12 insertions(+) create mode 160000 qtsystems diff --git a/.gitmodules b/.gitmodules index 9f3c65fc..9d8d4ca5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,6 @@ [submodule "qtsensors"] path = qtsensors url = git://gitorious.org/qt/qtsensors.git +[submodule "qtsystems"] + path = qtsystems + url = git://gitorious.org/qt/qtsystems.git diff --git a/init-repository b/init-repository index c41f1c9c..4078a241 100755 --- a/init-repository +++ b/init-repository @@ -224,6 +224,7 @@ my %STAGING_REPOS = map { $_ => "git://gitorious.org/qt/$_-staging.git" } qw( qtxmlpatterns qtlocation qtsensors + qtsystems ); my %GERRIT_REPOS = map { $_ => "codereview.qt.nokia.com:qt/$_.git" } qw( diff --git a/qt.pro b/qt.pro index 47f3ed23..4337856e 100644 --- a/qt.pro +++ b/qt.pro @@ -73,6 +73,12 @@ module_qtsensors.subdir = $$IN_PWD/qtsensors module_qtsensors.target = module-qtsensors module_qtsensors.depends = module_qtbase module_qtdeclarative +module_qtsystems.subdir = $$IN_PWD/qtsystems +module_qtsystems.target = module-qtsystems +module_qtsystems.depends = module_qtbase module_qtdeclarative +# not yet enabled by default +module_qtsystems.CONFIG = no_default_target no_default_install + SUBDIRS = \ module_qtbase \ module_qtsvg \ @@ -89,6 +95,7 @@ SUBDIRS = \ module_qtlocation \ module_qtactiveqt \ module_qtsensors \ + module_qtsystems \ exists(qtwebkit/Tools/Scripts/build-webkit) { SUBDIRS += module_qtwebkit \ diff --git a/qtsystems b/qtsystems new file mode 160000 index 00000000..c0b5b3b6 --- /dev/null +++ b/qtsystems @@ -0,0 +1 @@ +Subproject commit c0b5b3b6bb20f9b4abb2934c5cbd5a43f41d8b39 -- cgit v1.2.3