Add Qt5/QML building framework to contrib/android:
- update requirements file for building PyQt5 - use separate .buildozer directories for qml and Kivy - add GUI and ARCH parameters to android/build.sh
This commit is contained in:
@@ -7,7 +7,7 @@ util = load_source('util', os.path.join(os.path.dirname(os.path.dirname(__file__
|
||||
|
||||
|
||||
assert PyjniusRecipe._version == "1.3.0"
|
||||
assert PyjniusRecipe.depends == [('genericndkbuild', 'sdl2'), 'six', 'python3']
|
||||
assert PyjniusRecipe.depends == [('genericndkbuild', 'sdl2', 'qt5'), 'six', 'python3']
|
||||
assert PyjniusRecipe.python_depends == []
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user