File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
class QtBasemapPluginConan (ConanFile ):
6
6
name = 'QtBasemapPlugin'
7
- version = '1.1.0-2 '
7
+ version = '1.1.1-0 '
8
8
license = 'LGPL3'
9
9
url = 'http://code.qt.io/cgit/qt/qtlocation.git/tree/src/plugins/geoservices/mapbox?h=5.10'
10
10
description = 'Qt GeoServices plugin for basemaps including MapBox'
@@ -28,7 +28,7 @@ def build(self):
28
28
cmake .build (target = 'install' )
29
29
30
30
def build_requirements (self ):
31
- self .build_requires ('Qt5/[5.12.7-2 ]@pix4d/stable' )
31
+ self .build_requires ('Qt5/[>=5.15.2-1 ]@pix4d/stable' )
32
32
33
33
def configure (self ):
34
34
del self .settings .compiler .libcxx
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ def build(self):
12
12
# Note: Not running from the install target to avoid packaging qt properly
13
13
14
14
def requirements (self ):
15
- self .requires ('Qt5/[5.12.7-2 ]@pix4d/stable' )
15
+ self .requires ('Qt5/[5.15.2-1 ]@pix4d/stable' )
16
16
17
17
def test (self ):
18
18
self .run (os .path .join ('bin' , 'example' ))
You can’t perform that action at this time.
0 commit comments