This website requires JavaScript.
Explore
Help
Sign In
langfingaz
/
anki
Watch
1
Star
0
Fork
0
You've already forked anki
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
bf6efde785
anki
/
scripts
/
run-qt5.14
7 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add run-qt5 script to run with 5.x
2021-10-05 06:05:53 +02:00
#!/bin/bash
set -e
export PYTHONWARNINGS=default
improve PyQt install - use a single script for all PyQt versions - add hashes - add a new ./run-qt5.14 script for testing with PyQt5.14
2021-10-23 02:56:17 +02:00
bazel run $BUILDARGS //qt:runanki_qt514 -- $*
Reference in New Issue
Copy Permalink