summaryrefslogtreecommitdiff
path: root/dependencies.yaml
Commit message (Collapse)AuthorAgeFilesLines
* 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>