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
4b5ea6c110
anki
/
run-qt5
7 lines
95 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
get PyQt working directly with ./run on macOS It's no longer necessary to copy everything into bazel-copy, and you can safely remove that folder.
2021-10-16 10:03:41 +02:00
bazel run $BUILDARGS //qt:runanki_qt5 -- $*
Reference in New Issue
Copy Permalink