-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Comments
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. |
Filed as internal issue #136789. |
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. |
No description provided.
The text was updated successfully, but these errors were encountered: