<div dir="ltr">Got the error below while trying to build android sysroot.<div><br></div><div>(I also tried the current dev version (PyQt5-5.15.1.dev2006161728) with that SIP and sysroot builds fine however my application crashes on Android for some reason (couldn't find anything useful in adb logcat), with 5.13.2 and 4.19.22 the same code builds fine and works without issues on Android)</div><div><br><div><br></div><div>sysroot-android-64/build/PyQt5-5.13.2/QtQuick/sipQtQuickpart1.cpp:2920:59: error: object of type 'QSGGeometry' cannot be assigned because its copy assignment operator is implicitly deleted<br>    reinterpret_cast< ::QSGGeometry *>(sipDst)[sipDstIdx] = *reinterpret_cast< ::QSGGeometry *>(sipSrc);<br>                                                          ^<br>/home/kviktor/Qt/5.13.2/android_arm64_v8a/include/QtQuick/qsggeometry.h:207:25: note: copy assignment operator of 'QSGGeometry' is implicitly deleted because field 'm_attributes' is of reference type 'const QSGGeometry::AttributeSet &'<br>    const AttributeSet &m_attributes;<br>                        ^<br>sysroot-android-64/build/PyQt5-5.13.2/QtQuick/sipQtQuickpart1.cpp:9128:30: warning: 'sendEvent' is deprecated [-Wdeprecated-declarations]<br>            sipRes = sipCpp->sendEvent(a0,a1);<br>                             ^<br>5.13.2/android_arm64_v8a/include/QtQuick/qquickwindow.h:124:5: note: 'sendEvent' has been explicitly marked deprecated here<br>    QT_DEPRECATED bool sendEvent(QQuickItem *, QEvent *);<br>    ^<br>android_arm64_v8a/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'<br>#  define QT_DEPRECATED Q_DECL_DEPRECATED<br>                        ^<br>5.13.2/android_arm64_v8a/include/QtCore/qcompilerdetection.h:233:45: note: expanded from macro 'Q_DECL_DEPRECATED'<br>#  define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))<br>                                            ^<br>1 warning and 1 error generated.<br>make[1]: *** [Makefile:1181: sipQtQuickpart1.o] Error 1<br>make[1]: Leaving directory 'sysroot-android-64/build/PyQt5-5.13.2/QtQuick'<br>make: *** [Makefile:447: sub-QtQuick-make_first-ordered] Error 2<br>pyqtdeploy-sysroot: Execution failed: returned exit code 2<br></div></div></div>