Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qt6: bump deps #17942

Merged
merged 13 commits into from
Jul 18, 2023
4 changes: 2 additions & 2 deletions recipes/qt/6.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,9 +595,9 @@ def package_id(self):

def source(self):
destination = self.source_folder
if self.settings.os == "Windows":
if os.name == 'nt':
# Don't use os.path.join, or it removes the \\?\ prefix, which enables long paths
destination = f"\\\\?\\{self.source_folder}"
destination = rf"\\?\{self.source_folder}"
get(self, **self.conan_data["sources"][self.version],
strip_root=True, destination=destination)

Expand Down
30 changes: 0 additions & 30 deletions recipes/qt/6.x.x/patches/311d29d.patch

This file was deleted.

23 changes: 0 additions & 23 deletions recipes/qt/6.x.x/patches/5fe0b82.patch

This file was deleted.

70 changes: 0 additions & 70 deletions recipes/qt/6.x.x/patches/c76d2f6.patch

This file was deleted.

25 changes: 0 additions & 25 deletions recipes/qt/6.x.x/patches/dece6f5.patch

This file was deleted.