We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375a05d commit 29166aeCopy full SHA for 29166ae
2 files changed
pythonforandroid/bootstraps/qt6/build/src/main/java/org/kivy/android/PythonActivityInit.java
@@ -84,5 +84,6 @@ public void setContext(Context context) {
84
85
Log.v(TAG, "Setting env vars for Qt");
86
PythonActivity.nativeSetenv("QT_QUICK_CONTROLS_STYLE", "Material");
87
+ PythonActivity.nativeSetenv("QT_ANDROID_DISABLE_ACCESSIBILITY", "1");
88
}
89
pythonforandroid/recipes/qt6/__init__.py
@@ -7,7 +7,7 @@
7
8
class Qt6Recipe(BootstrapNDKRecipe):
9
name = 'qt6'
10
- version = '6.10.1'
+ version = '6.10.2'
11
url = 'https://download.qt.io/archive/qt/6.10/{version}/single/qt-everywhere-src-{version}.tar.xz'
12
dir_name = 'qt6'
13
0 commit comments