Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Qt5 and PySide2 #40

Closed
dakerfp opened this issue Sep 1, 2016 · 3 comments
Closed

Use Qt5 and PySide2 #40

dakerfp opened this issue Sep 1, 2016 · 3 comments
Assignees

Comments

@dakerfp
Copy link

dakerfp commented Sep 1, 2016

No description provided.

@meshula
Copy link
Member

meshula commented Sep 2, 2016

I gave this a go, but on macOS, qmake is defaulting to not setting the c++11 flag, which is required to build Qt :\ For some reason, setting the CXXFLAGS=c++11 environment variable works for building shiboken, but it fails during the build of PySide itself. If anyone has worked this one out on macOS, I'd love a recipe.

@jtran56
Copy link

jtran56 commented Sep 2, 2016

Filed as internal issue #136789.

@sunyab
Copy link
Contributor

sunyab commented Sep 12, 2017

The commit above adds initial experimental support for Qt5 and PySide2. The build currently prefers PySide, but if it isn't found or PYSIDE_USE_PYSIDE2=TRUE is specified at cmake time, it will try to use PySide2 instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants