File tree Expand file tree Collapse file tree
bootstraps/qt6/build/src/main/java/org/kivy/android Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,5 +84,6 @@ public void setContext(Context context) {
8484
8585 Log .v (TAG , "Setting env vars for Qt" );
8686 PythonActivity .nativeSetenv ("QT_QUICK_CONTROLS_STYLE" , "Material" );
87+ PythonActivity .nativeSetenv ("QT_ANDROID_DISABLE_ACCESSIBILITY" , "1" );
8788 }
8889}
Original file line number Diff line number Diff line change 1010
1111
1212class PyQt6Recipe (PyProjectRecipe ):
13- version = '6.10.1 '
13+ version = '6.10.2 '
1414 url = "https://pypi.python.org/packages/source/P/PyQt6/pyqt6-{version}.tar.gz"
1515 name = 'pyqt6'
1616
Original file line number Diff line number Diff line change 77
88class Qt6Recipe (BootstrapNDKRecipe ):
99 name = 'qt6'
10- version = '6.10.1 '
10+ version = '6.10.2 '
1111 url = 'https://download.qt.io/archive/qt/6.10/{version}/single/qt-everywhere-src-{version}.tar.xz'
1212 dir_name = 'qt6'
1313
You can’t perform that action at this time.
0 commit comments