mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-09 08:26:34 +08:00
Add the QtSystems module.
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
|
||||
|
||||
@@ -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
7
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 \
|
||||
|
||||
1
qtsystems
Submodule
1
qtsystems
Submodule
Submodule qtsystems added at c0b5b3b6bb
Reference in New Issue
Block a user