anki/scripts/run-qt5.14
Damien Elmes d19b943e1a update to latest pyqt5.15
Our tooling now handles the extra wheels correctly
2021-10-25 09:42:14 +10:00

9 lines
154 B
Bash
Executable File

#!/bin/bash
# note: 5.14 is not available on Windows for Python 3.9
set -e
export PYTHONWARNINGS=default
bazel run $BUILDARGS //qt:runanki_qt514 -- $*