Skip to content

Commit

Permalink
Generate executable instructions running uic
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish authored and dagewa committed Apr 14, 2021
1 parent 3a96614 commit 419342a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def finalize_options(self):

def _compile_ui(self, infile, outfile):
try:
subprocess.call([self.pyuic, infile, "-o", outfile])
subprocess.call([self.pyuic, infile, "-x", "-o", outfile])
except OSError:
print("uic command failed - make sure that pyside-uic " "is in your $PATH")

Expand Down

0 comments on commit 419342a

Please sign in to comment.