mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-17 09:46:08 +08:00
Add qtpositioning as a submodule
The new qtpositionig repo is created to split QtLocation and QtPositioning development. This patch adds the new repo as a submodule to qt5.git It also marks the qtlocation module as ignored and removes it from dependencies, using qtpositioning instead. Task-number: QTBUG-97188 Pick-to: 6.2 Change-Id: I7adb9fc405119f865cd6b25a6ce9eff40d693b14 Reviewed-by: Daniel Smith <Daniel.Smith@qt.io>
This commit is contained in:
9
.gitmodules
vendored
9
.gitmodules
vendored
@@ -77,6 +77,13 @@
|
|||||||
path = qtlocation
|
path = qtlocation
|
||||||
url = ../qtlocation.git
|
url = ../qtlocation.git
|
||||||
branch = dev
|
branch = dev
|
||||||
|
status = ignore
|
||||||
|
[submodule "qtpositioning"]
|
||||||
|
depends = qtbase
|
||||||
|
recommends = qtdeclarative qtserialport
|
||||||
|
path = qtpositioning
|
||||||
|
url = ../qtpositioning.git
|
||||||
|
branch = dev
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtsensors"]
|
[submodule "qtsensors"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
@@ -161,7 +168,7 @@
|
|||||||
status = addon
|
status = addon
|
||||||
[submodule "qtwebengine"]
|
[submodule "qtwebengine"]
|
||||||
depends = qtdeclarative
|
depends = qtdeclarative
|
||||||
recommends = qtlocation qtwebchannel qttools
|
recommends = qtwebchannel qttools qtpositioning
|
||||||
path = qtwebengine
|
path = qtwebengine
|
||||||
url = ../qtwebengine.git
|
url = ../qtwebengine.git
|
||||||
branch = dev
|
branch = dev
|
||||||
|
|||||||
1
qtpositioning
Submodule
1
qtpositioning
Submodule
Submodule qtpositioning added at 7f6ee8fa23
Reference in New Issue
Block a user