Skip to content

Commit

Permalink
Migrate to qt 5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-levin-pix4d committed Sep 10, 2021
1 parent 20f8409 commit 8e3bb8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class QtBasemapPluginConan(ConanFile):
name = 'QtBasemapPlugin'
version = '1.1.0-2'
version = '1.1.1-0'
license = 'LGPL3'
url = 'http://code.qt.io/cgit/qt/qtlocation.git/tree/src/plugins/geoservices/mapbox?h=5.10'
description = 'Qt GeoServices plugin for basemaps including MapBox'
Expand All @@ -28,7 +28,7 @@ def build(self):
cmake.build(target='install')

def build_requirements(self):
self.build_requires('Qt5/[5.12.7-2]@pix4d/stable')
self.build_requires('Qt5/[>=5.15.2-1]@pix4d/stable')

def configure(self):
del self.settings.compiler.libcxx
Expand Down
2 changes: 1 addition & 1 deletion test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def build(self):
# Note: Not running from the install target to avoid packaging qt properly

def requirements(self):
self.requires('Qt5/[5.12.7-2]@pix4d/stable')
self.requires('Qt5/[5.15.2-1]@pix4d/stable')

def test(self):
self.run(os.path.join('bin', 'example'))

0 comments on commit 8e3bb8f

Please sign in to comment.