View Single Post
Posts: 58 | Thanked: 223 times | Joined on Apr 2017 @ Germany
#252
Originally Posted by rinigus View Post
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.
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:
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
And changed it to:
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
But now there is an error while compiling:
Code:
Error: nothing provides qt5-qtlocation >= 5.6.0 needed by harbour-laufhelden-0.0.1-1.armv7hl
Do I need to install this lib on the phone first?
 

The Following 3 Users Say Thank You to jdrescher For This Useful Post: