mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
add scripts/run-qt5.15.bat for Windows devs
This commit is contained in:
parent
e831c9ca60
commit
7af4d30c56
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