diff options
Diffstat (limited to 'sources/pyside-tools/deploy_lib/default.spec')
| -rw-r--r-- | sources/pyside-tools/deploy_lib/default.spec | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/sources/pyside-tools/deploy_lib/default.spec b/sources/pyside-tools/deploy_lib/default.spec index 17027e898..fdfb5397d 100644 --- a/sources/pyside-tools/deploy_lib/default.spec +++ b/sources/pyside-tools/deploy_lib/default.spec @@ -26,6 +26,9 @@ python_path = # zstandard: provides final executable size optimization packages = nuitka==1.5.4,ordered_set,zstandard +# buildozer: for deploying Android application +android_packages = buildozer==1.5.0,cython==0.29.33 + [qt] # Comma separated path to QML files required @@ -35,8 +38,43 @@ qml_files = # excluded qml plugin binaries excluded_qml_plugins = +# path to PySide wheel +wheel_pyside = + +# path to Shiboken wheel +wheel_shiboken = + [nuitka] # (str) specify any extra nuitka arguments # eg: extra_args = --show-modules --follow-stdlib extra_args = --quiet --noinclude-qt-translations=True + +[buildozer] + +# build mode +# possible options: [release, debug] +# release creates an aab, while debug creates an apk +mode = debug + +# contrains path to PySide6 and shiboken6 recipe dir +recipe_dir = + +# path to extra Qt Android jars to be loaded by the application +jars_dir = + +# if empty uses default ndk path downloaded by buildozer +ndk_path = + +# if empty uses default sdk path downloaded by buildozer +sdk_path = + +# modules used. Comma separated +modules = + +# other libraries to be loaded. Comma separated. +local_libs = plugins_platforms_qtforandroid + +# architecture of deployed platform +# possible values: ["aarch64", "armv7a", "i686", "x86_64"] +arch = |
