aboutsummaryrefslogtreecommitdiffstats
path: root/tools/missing_bindings/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/missing_bindings/config.py')
-rw-r--r--tools/missing_bindings/config.py62
1 files changed, 34 insertions, 28 deletions
diff --git a/tools/missing_bindings/config.py b/tools/missing_bindings/config.py
index 1d051b401..ddaf20685 100644
--- a/tools/missing_bindings/config.py
+++ b/tools/missing_bindings/config.py
@@ -1,7 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
-
modules_to_test = {
# 6.0
'QtCore': 'qtcore-module.html',
@@ -10,59 +9,66 @@ modules_to_test = {
'QtQml': 'qtqml-module.html',
'QtQuick': 'qtquick-module.html',
'QtQuickWidgets': 'qtquickwidgets-module.html',
- 'QtQuickControls2': 'qtquickcontrols2-module.html',
- # QtQuick3D - no python bindings
+ # Broken in 6.5.0
+ #'QtQuickControls2': 'qtquickcontrols-module.html',
'QtSql': 'qtsql-module.html',
'QtWidgets': 'qtwidgets-module.html',
'QtConcurrent': 'qtconcurrent-module.html',
- # QtDBUS - no python bindings
+ 'QtDBus': 'qtdbus-module.html',
'QtHelp': 'qthelp-module.html',
'QtOpenGL': 'qtopengl-module.html',
'QtPrintSupport': 'qtprintsupport-module.html',
'QtSvg': 'qtsvg-module.html',
+ 'QtSvgWidgets': 'qtsvgwidgets-module.html',
'QtUiTools': 'qtuitools-module.html',
'QtXml': 'qtxml-module.html',
'QtTest': 'qttest-module.html',
- # 'QtXmlPatterns': 'qtxmlpatterns-module.html', # in Qt5 compat
'Qt3DCore': 'qt3dcore-module.html',
'Qt3DInput': 'qt3dinput-module.html',
'Qt3DLogic': 'qt3dlogic-module.html',
'Qt3DRender': 'qt3drender-module.html',
'Qt3DAnimation': 'qt3danimation-module.html',
'Qt3DExtras': 'qt3dextras-module.html',
- # 'QtNetworkAuth': 'qtnetworkauth-module.html', # no python bindings
+ 'QtNetworkAuth': 'qtnetworkauth-module.html',
+ 'QtStateMachine': 'qtstatemachine-module.html',
# 'QtCoAp' -- TODO
# 'QtMqtt' -- TODO
# 'QtOpcUA' -- TODO
# 6.1
- # 'QtScxml': 'qtscxml-module.html',
- # 'QtCharts': 'qtcharts-module.html',
- # 'QtDataVisualization': 'qtdatavisualization-module.html',
+ 'QtScxml': 'qtscxml-module.html',
+ 'QtCharts': 'qtcharts-module.html',
+ 'QtDataVisualization': 'qtdatavisualization-module.html',
# 6.2
'QtBluetooth': 'qtbluetooth-module.html',
- # 'QtPositioning': 'qtpositioning-module.html',
- # 'QtMultimedia': 'qtmultimedia-module.html',
- # 'QtRemoteObjects': 'qtremoteobjects-module.html',
- # 'QtSensors': 'qtsensors-module.html',
- # 'QtSerialPort': 'qtserialport-module.html',
- # 'QtWebChannel': 'qtwebchannel-module.html',
- # 'QtWebEngine': 'qtwebengine-module.html',
- # 'QtWebEngineCore': 'qtwebenginecore-module.html',
- # 'QtWebEngineWidgets': 'qtwebenginewidgets-module.html',
- # 'QtWebSockets': 'qtwebsockets-module.html',
+ 'QtPositioning': 'qtpositioning-module.html',
+ 'QtMultimedia': 'qtmultimedia-module.html',
+ 'QtRemoteObjects': 'qtremoteobjects-module.html',
+ 'QtSensors': 'qtsensors-module.html',
+ 'QtSerialPort': 'qtserialport-module.html',
+ 'QtWebChannel': 'qtwebchannel-module.html',
+ 'QtWebEngineCore': 'qtwebenginecore-module.html',
+ 'QtWebEngineQuick': 'qtwebenginequick-module.html',
+ 'QtWebEngineWidgets': 'qtwebenginewidgets-module.html',
+ 'QtWebSockets': 'qtwebsockets-module.html',
+ 'QtHttpServer': 'qthttpserver-module.html',
+
+ # 6.3
+ #'QtSpeech': 'qtspeech-module.html',
+ 'QtMultimediaWidgets': 'qtmultimediawidgets-module.html',
+ 'QtNfc': 'qtnfc-module.html',
+ 'QtQuick3D': 'qtquick3d-module.html',
+
+ # 6.4
+ 'QtPdf': 'qtpdf-module.html', # this include qtpdfwidgets
+ 'QtSpatialAudio': 'qtspatialaudio-module.html',
- # 6.x
- # 'QtSpeech': 'qtspeech-module.html',
- # 'QtMultimediaWidgets': 'qtmultimediawidgets-module.html',
- # 'QtLocation': 'qtlocation-module.html',
+ # 6.5
+ 'QtSerialBus': 'qtserialbus-module.html',
+ 'QtTextToSpeech': 'qttexttospeech-module.html',
+ 'QtLocation': 'qtlocation-module.html',
- # Not in 6
- # 'QtScriptTools': 'qtscripttools-module.html',
- # 'QtMacExtras': 'qtmacextras-module.html',
- # 'QtX11Extras': 'qtx11extras-module.html',
- # 'QtWinExtras': 'qtwinextras-module.html',
}
types_to_ignore = {