We support pyside2 don't we?

This commit is contained in:
Ogi 2019-05-28 22:42:01 -07:00
parent e8854d69bb
commit f2aeea8964

View File

@ -135,6 +135,8 @@ if __name__ == '__main__':
lib = 'PyQt4'
elif '--pyqt5' in args:
lib = 'PyQt5'
elif '--pyside2' in args:
lib = 'PySide2'
else:
lib = ''