diff --git a/setup.py b/setup.py index a665acc8..f05b9526 100644 --- a/setup.py +++ b/setup.py @@ -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")