summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/mkvenv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkvenv.py b/scripts/mkvenv.py
index 7aed692d0..e31ceb790 100755
--- a/scripts/mkvenv.py
+++ b/scripts/mkvenv.py
@@ -303,7 +303,7 @@ def apply_xcb_util_workaround(
if pyqt_type != 'binary':
print("Workaround not needed: Not installing from PyQt binaries.")
return
- if pyqt_version not in ['auto', '5.15']: # FIXME:qt6 Remove once auto = Qt 6
+ if pyqt_version not in ['auto', '5.15', '5']: # FIXME:qt6 Remove once auto = Qt 6
print("Workaround not needed: Not installing Qt 5.15.")
return