Re: [PySide] OpenGL in Qt 5.13 and PySide 2 corresponding to it

2020-07-16 Thread Cristián Maureira-Fredes
Hello Tom, Sadly I don't have a solution for you besides a manual intervention of the CMakeLists.txt file on the QtGui module: pyside-setup/sources/pyside2/PySide2/QtGui If you comment the lines with OpenGL references you should get many warning from the typesystem of classes defined but not gen

[PySide] PySide failed to build from source with custom Qt build

2020-07-16 Thread notgonnahappen
I'd like to deploy my app with all the necessary dependencies so I'd like to make the size of the app as small as possible. To do that, I built Qt from source with the features that I do not need disabled, e.g.: configure --no-feature-network ... After that I try to build PySide2 from so