aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Tismer <ctismer@gmail.com>2015-11-07 20:34:23 +0100
committerChristian Tismer <ctismer@gmail.com>2015-11-07 20:34:23 +0100
commitf4eb8870a2156c054d4d42dcb5c66995dde93963 (patch)
tree4b8802bf8d9b8bc32901871aaa59e45726aa04a5
parent8160dfeb246e5c8caf01abb179eaff6022d53836 (diff)
after signals were fixed, we have the first working alpha that is able to show windows!
-rw-r--r--setup.py3
m---------sources/pyside215
2 files changed, 10 insertions, 8 deletions
diff --git a/setup.py b/setup.py
index ec6f55d93..28a679c66 100644
--- a/setup.py
+++ b/setup.py
@@ -683,7 +683,8 @@ class pyside_build(_build):
if sys.platform == "win32":
vars['dbgPostfix'] = OPTION_DEBUG and "_d" or ""
return self.prepare_packages_win32(vars)
- return self.prepare_packages_posix(vars)
+ else:
+ return self.prepare_packages_posix(vars)
def prepare_packages_posix(self, vars):
executables = []
diff --git a/sources/pyside2 b/sources/pyside2
-Subproject 95b454d80d1c41a81d831e6ba5591f075ccccdb
+Subproject c0273d25720e1363e1e9d57ae23ac00e9e27783