Add a script to create a zip of Qt PDBs
This commit is contained in:
parent
ac8183feee
commit
8492482e55
1 changed files with 4 additions and 0 deletions
4
scripts/create-qt-pdb-zip.bat
Normal file
4
scripts/create-qt-pdb-zip.bat
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
rem Run from Qt command prompt without changing directories
|
||||
|
||||
del symbols.zip
|
||||
7z a symbols.zip *.pdb -r -xr!Qt5WebEngineCore*
|
||||
Loading…
Add table
Add a link
Reference in a new issue