aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
-rwxr-xr-xinit-repository1
-rw-r--r--qt.pro7
m---------qtsystems0
4 files changed, 11 insertions, 0 deletions
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
+Subproject c0b5b3b6bb20f9b4abb2934c5cbd5a43f41d8b3