Skip to content

Instantly share code, notes, and snippets.

@teionn
Created December 2, 2017 16:31
Show Gist options
  • Save teionn/7ad781878b71c0099010d89b753f89f3 to your computer and use it in GitHub Desktop.
Save teionn/7ad781878b71c0099010d89b753f89f3 to your computer and use it in GitHub Desktop.
for %%f in (%*) do (
pyside-uic -o %~dpn1_pyside.py %%f
)
for %%f in (%*) do (
pyside2-uic -o %~dpn1_pyside2.py %%f
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment