Add new qtlocation module

The module is not yet enabled as various other repos need
to be in place first.
This commit is contained in:
Alex
2011-05-10 15:26:44 +10:00
parent caba93a9a6
commit 0044c57a81
4 changed files with 10 additions and 0 deletions

3
.gitmodules vendored
View File

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

View File

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

5
qt.pro
View File

@@ -65,6 +65,11 @@ module_qtqa.subdir = $$IN_PWD/qtqa
module_qtqa.target = module-qtqa
module_qtqa.depends = module-qtbase
# not yet enabled via SUBDIRS
module_qtlocation.subdir = $$IN_PWD/qtlocation
module_qtlocation.target = module-qtlocation
module_qtlocation.depends = module-qtbase
SUBDIRS = \
module_qtbase \
module_qtsvg \

1
qtlocation Submodule

Submodule qtlocation added at 5cd7fecf53