Skip to content

Commit

Permalink
qt-advanced-docking-system: bump Qt
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Dec 4, 2023
1 parent 0858dfb commit 589720f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/qt-advanced-docking-system/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def layout(self):
cmake_layout(self, src_folder="src")

def requirements(self):
self.requires("qt/6.6.0", transitive_headers=True, transitive_libs=True)
self.requires("qt/6.6.1", transitive_headers=True, transitive_libs=True)
self.requires("libpng/1.6.40")

def validate(self):
Expand Down

0 comments on commit 589720f

Please sign in to comment.