![]() |
2017-05-22
, 07:26
|
Posts: 58 |
Thanked: 223 times |
Joined on Apr 2017
@ Germany
|
#252
|
While its good to release in the Harbour, its rules should not be on our way and the releases in OpenRepos are very much appreciated as well.
Requires: - qt5-plugin-geoservices-osm >= 5.1.0 - qt5-qtlocation >= 5.1.0 - qt5-qtdeclarative-import-location >= 5.1.0 - qt5-qtdeclarative-import-positioning >= 5.1.0
Requires: - sailfishsilica-qt5 >= 0.10.9 - qt5-plugin-geoservices-osm >= 5.2.0 - qt5-qtlocation >= 5.6.0 - qt5-qtdeclarative-import-location >= 5.2.0 - qt5-qtdeclarative-import-positioning >= 5.2.0
Error: nothing provides qt5-qtlocation >= 5.6.0 needed by harbour-laufhelden-0.0.1-1.armv7hl
![]() |
2017-05-22
, 07:36
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#253
|
Ok, that was a very good hint. Of course OpenRepos are fine with me. I already have an app which is released to openrepos only because of Jolla store restrictrions.
So I in my yaml file I had:
And changed it to:Code:Requires: - qt5-plugin-geoservices-osm >= 5.1.0 - qt5-qtlocation >= 5.1.0 - qt5-qtdeclarative-import-location >= 5.1.0 - qt5-qtdeclarative-import-positioning >= 5.1.0
But now there is an error while compiling:Code:Requires: - sailfishsilica-qt5 >= 0.10.9 - qt5-plugin-geoservices-osm >= 5.2.0 - qt5-qtlocation >= 5.6.0 - qt5-qtdeclarative-import-location >= 5.2.0 - qt5-qtdeclarative-import-positioning >= 5.2.0
Do I need to install this lib on the phone first?Code:Error: nothing provides qt5-qtlocation >= 5.6.0 needed by harbour-laufhelden-0.0.1-1.armv7hl
The Following 3 Users Say Thank You to rinigus For This Useful Post: | ||
![]() |
2017-05-22
, 18:29
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#254
|
The Following 6 Users Say Thank You to rinigus For This Useful Post: | ||
![]() |
2017-06-04
, 10:17
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#255
|
The Following 7 Users Say Thank You to rinigus For This Useful Post: | ||
![]() |
2017-06-04
, 18:04
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#257
|
My advice would be to wait for QtLocation 5.6 (maybe we need a new community IRC pressure meeting?) or if you can't wait, ask Martin about his pure QML component. Poor Maps uses QtLocation's Map component, but has custom tile loading to work around stuff like this, but that's not designed to be reusable.
![]() |
2017-06-04
, 18:17
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#258
|
Thanks. It would be better to install the osmscout-server dependencies without icons rinigus?
The Following 6 Users Say Thank You to rinigus For This Useful Post: | ||
![]() |
2017-06-05
, 20:36
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#259
|
The Following 14 Users Say Thank You to rinigus For This Useful Post: | ||
![]() |
2017-06-05
, 22:14
|
|
Posts: 141 |
Thanked: 1,530 times |
Joined on May 2011
@ Finland
|
#260
|
The Following 7 Users Say Thank You to otsaloma For This Useful Post: | ||
![]() |
Tags |
geocoder, linux, offline maps, router, sailfish os, tiles |
|
In this case, as you see from the discussion above, it could be just manpower limitation on Jolla's part (in terms of not working on QtLocation). We could try to chip in as a community, if there is someone around who has knowledge and/or time to look into QtLocation 5.6 adaptation