Add the QtSystems module.

This commit is contained in:
Xizhi Zhu
2011-06-23 10:37:45 +03:00
parent f899887738
commit f7225b87a9
4 changed files with 12 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -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

View File

@@ -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(

7
qt.pro
View File

@@ -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 \

1
qtsystems Submodule

Submodule qtsystems added at c0b5b3b6bb