mirror of
git://code.qt.io/qt/qt5.git
synced 2025-12-21 15:38:15 +08:00
Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt5-staging
* 'master' of git://scm.dev.nokia.troll.no/qt/qt5-staging: Add new qtlocation module
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
|
||||
|
||||
@@ -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
5
qt.pro
@@ -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
1
qtlocation
Submodule
Submodule qtlocation added at 5cd7fecf53
Reference in New Issue
Block a user