Add new QtSensors module

This commit is contained in:
Alex
2011-05-20 16:16:33 +10:00
parent 25d7376943
commit dd45bb2735
4 changed files with 12 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -49,3 +49,6 @@
[submodule "qtlocation"]
path = qtlocation
url = git://gitorious.org/qt/qtlocation.git
[submodule "qtsensors"]
path = qtsensors
url = git://gitorious.org/qt/qtsensors.git

View File

@@ -209,6 +209,7 @@ my %STAGING_REPOS = map { $_ => "git://gitorious.org/qt/$_.git" } qw(
qtwebkit-examples-and-demos-staging
qtxmlpatterns-staging
qtlocation-staging
qtsensors-staging
);
my $BNE_MIRROR_URL_BASE

7
qt.pro
View File

@@ -71,6 +71,12 @@ module_qtlocation.depends = module_qtbase module_qtdeclarative
# not yet enabled by default
module_qtlocation.CONFIG = no_default_target no_default_install
module_qtsensors.subdir = $$IN_PWD/qtsensors
module_qtsensors.target = module-qtsensors
module_qtsensors.depends = module_qtbase module_qtdeclarative
# not yet enabled by default
module_qtsensors.CONFIG = no_default_target no_default_install
SUBDIRS = \
module_qtbase \
module_qtsvg \
@@ -86,6 +92,7 @@ SUBDIRS = \
module_qtqa \
module_qtlocation \
module_qtactiveqt \
module_qtsensors \
exists(qtwebkit/Tools/Scripts/build-webkit) {
SUBDIRS += module_qtwebkit \

1
qtsensors Submodule

Submodule qtsensors added at 19a84f7eda