Also move Pyright / VS Code to Qt 6

See #7370
This commit is contained in:
Florian Bruhin 2023-06-30 14:07:40 +02:00
parent 4cf2eea580
commit 735270a6d2
1 changed files with 6 additions and 5 deletions

View File

@ -1,10 +1,11 @@
{
"defineConstant": {
"USE_PYQT6": false,
"USE_PYQT5": true,
"USE_PYSIDE2": false,
"USE_PYQT6": true,
"USE_PYQT5": false,
"USE_PYSIDE6": false,
"IS_QT5": true,
"IS_QT6": false
"IS_QT5": false,
"IS_QT6": true,
"IS_PYQT": true,
"IS_PYSIDE": false
}
}