mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
add scripts/run-qt5.15.bat for Windows devs
This commit is contained in:
parent
1ccf9dee45
commit
bfbe468d9e
1 changed files with 4 additions and 0 deletions
4
scripts/run-qt5.15.bat
Executable file
4
scripts/run-qt5.15.bat
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
REM run this from the scripts folder, not from root
|
||||
|
||||
set PYTHONWARNINGS=default
|
||||
call ..\bazel.bat run %BUILDARGS% //qt:runanki_qt515 -k -- %*
|
||||
Loading…
Reference in a new issue