Selected PySide 1.x as preferred binding

This commit is contained in:
alby128 2017-10-04 15:38:24 +02:00
parent 4a8bd06e1b
commit e2bd333078
1 changed files with 1 additions and 3 deletions

View File

@ -19,9 +19,7 @@ DATA_FILES = [
OPTIONS = {
'iconfile':'resources/icon.icns',
'includes': {'PySide.QtCore', 'PySide.QtUiTools', 'PySide.QtGui'},
'excludes': {'PySide2', 'PySide2.QtCore', 'PySide2.QtUiTools', 'PySide2.QtGui','PySide2.QtWidgets', 'PyQt5'},
'dylib_excludes': {'QtDesigner.framework', 'QtScript.framework'},
'plist': {
'plist': {
'CFBundleName':'Syncplay',
'CFBundleShortVersionString':syncplay.version,
'CFBundleIdentifier':'pl.syncplay.Syncplay',