Commit 20edcac
committed
Disable python bindings for Qt6
With PyQt6, sip runs into several issues, e.g.:
sip: Parser warning: /usr/lib/python3/dist-packages/PyQt6/bindings/QtCore/qnamespace.sip:53: Annotation is unknown
enum KeyboardModifier /BaseType=Flag/
sip: /usr/lib/python3/dist-packages/PyQt6/bindings/QtCore/qbytearray.sip:356: Lexical analyser error: Exactly one character expected between single quotes
QByteArray toHex(char separator /Encoding="None"/ = '\x00') const;1 parent 534f184 commit 20edcac
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments