PySide2 - missing QOpenGLShader
-
Hello,
I try to compile PySide2 in Yocto environment.
I got the errors:
../build/PySide2/QtGui/PySide2/QtGui/qdragmoveevent_wrapper.h:55:220: error: no member named 'DragMove' in 'QOpenGLShader'; did you mean simply 'DragMove'?../build/PySide2/QtGui/PySide2/QtGui/qdragmoveevent_wrapper.h:55:213: error: no viable conversion from 'QEvent::Type' to 'QFlagsQOpenGLShader::ShaderTypeBit'
../build/PySide2/QtGui/PySide2/QtGui/qdragmoveevent_wrapper.cpp:104:240: error: no matching constructor for initialization of 'QDragMoveEvent'
/build/PySide2/QtGui/PySide2/QtGui/qdragmoveevent_wrapper.cpp:221:73: error: no member named 'DragMove' in 'QOpenGLShader'
Qtbase = git://code.qt.io/qt/qtbase.git -> 5.15.7 #ab28ff2207e8f33754c79793089dbf943d67736d
PySide2 = https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.15.7-src/pyside-setup-opensource-src-5.15.7.tar.xzCould you give me some advice?
Best Regards,
Michal -
PLease use the current version 6.5; PySide2 does not support this. See https://doc.qt.io/qtforpython-6/gettingstarted/index.html .