summaryrefslogtreecommitdiff
path: root/dependencies.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Update dependencies on 'dev' in qt/qtlocationQt Submodule Update Bot2021-04-261-3/+3
| | | | | Change-Id: Ic52668c9fb0ac7b59dad80944b692bf6d878b003 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtlocationQt Submodule Update Bot2021-04-241-3/+3
| | | | | Change-Id: I8d4644e259b829878e15dff0c754369ec932e8d0 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtlocationQt Submodule Update Bot2021-04-241-3/+3
| | | | | Change-Id: I24648a109fcb6b10839d996789def1ad06a99e55 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtlocationQt Submodule Update Bot2021-04-231-3/+3
| | | | | Change-Id: I3884069aa0871d917f2dffa4a9b98119fb41657b Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtlocationQt Submodule Update Bot2021-04-231-3/+3
| | | | | Change-Id: Ib68a77bbef3e24c4c4f42047b4eb23d8de288936 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* QtPositioning: bump dependencies versionIvan Solovev2021-03-231-3/+3
| | | | | | Task-number: QTBUG-89855 Change-Id: I67fa98ee3e2c115b9d1c48d65a55702cf0be1275 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* QtPositioning: remove unused quickcontrols2 dependencyIvan Solovev2021-03-041-3/+0
| | | | | | | | | QtQuickControls2 is not really used anywhere in the module, so removing it from dependencies.yaml Task-number: QTBUG-90864 Change-Id: I38e716806f06e0562201fd3f6bf136a258dd9330 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* QtPositioning: bump versionIvan Solovev2021-02-261-4/+4
| | | | | | | | | | Bump the module version to 6.2. This also includes updating the minimum revision for new QML properties (they have to be 6.2, not 6.0 or 6.1, as QtPositioning is part of 6.2 release only). Task-number: QTBUG-90864 Change-Id: I1b00882c25f6751a1bdc2e64a42117150879381e Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* QtPositioning: port to cmakeIvan Solovev2021-01-201-7/+4
| | | | | | | | | | Switching QtPositioning, its tests and examples to cmake. QtLocation is not covered by this patch. Task-number: QTBUG-89854 Change-Id: Ic971f7fd4c576eac9b662641aae77d68c062712d Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Merge 5.15 to dev and fix resulting compile issuesQt Forward Merge Bot2020-04-021-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/imports/location/location.cpp The change fixes the bare minimum of what needs to be done to compile and run. This includes the following issues: 1. Fix build failures as a result of QMetaType changes in qtbase moc now stores the QMetaType of properties as a result of 46f407126ef3e94d59254012cdc34d6a4ad2faf2 in qtbase, which requires full type information about the property type inside the moc generated source file. Many of the property types were forward-declared, and this resulted in build errors like: "invalid application of 'sizeof' to an incomplete type 'QDeclarativeGeoMap'" 2. Adopts QtQML API changes. A private QJSValue ctor was removed. The "replacement" is QJSValuePrivate::fromReturnedValue(..). 3. The mapboxgl 3rdparty backend does not compile at this point in time and seems unmaintained. For the time being, the mapboxgl backend is disabled in the interest of keeping qtlocation closer to dev HEAD of other Qt modules. Change-Id: I756e1c2effb29eaaf96a61a28c1c17338774b77c
* Update dependencies on 'dev' in qt/qtlocationQt Submodule Update Bot2020-01-271-5/+5
| | | | | Change-Id: Icabaa32d0b713f0c5e49de2f47452c7308443078 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Update dependencies on 'dev' in qt/qtlocationQt Submodule Update Bot2019-10-291-5/+5
| | | | | Change-Id: I30e3c6779c2caa53e36eeefc1ccd63b1703a6bf0 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Update dependencies on 'dev' in qt/qtlocationQt Submodule Update Bot2019-10-261-5/+5
| | | | | Change-Id: Ic493adec1b69a78d2579b38f55be75e823b22040 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Update dependencies on 'dev' in qt/qtlocationQt Submodule Update Bot2019-10-241-5/+5
| | | | | Change-Id: Ifa29eb3bdab13959a0d709d97159c4644bfe916b Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Update dependencies on 'dev' in qt/qtlocationQt Submodule Update Bot2019-10-111-0/+16
Change-Id: If28d5bef0747765c311a0257255ef9f0d11cf5f8 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>