From b00f0979376c9af319fa929875a77f1612ce766c Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Fri, 29 Aug 2014 22:10:54 +0200 Subject: [PATCH] Android: Bundle Qt libs with the APK --- android/AndroidManifest.xml | 4 ++-- android/custom_rules.xml | 35 +++++++++++++++++++++++++++++++++++ android/res/values/libs.xml | 14 ++++++++++++++ 3 files changed, 51 insertions(+), 2 deletions(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index d4913b8b..6002c3c8 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -41,11 +41,11 @@ - + - + diff --git a/android/custom_rules.xml b/android/custom_rules.xml index 4ba1bb6e..b4cfe654 100644 --- a/android/custom_rules.xml +++ b/android/custom_rules.xml @@ -29,6 +29,7 @@ + @@ -42,6 +43,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + gnustl_shared Qt5Core Qt5Gui Qt5Widgets @@ -30,7 +31,20 @@ + libplugins_platforms_android_libqtforandroid.so:plugins/platforms/android/libqtforandroid.so + libplugins_platforms_libqeglfs.so:plugins/platforms/libqeglfs.so + libplugins_platforms_libqminimal.so:plugins/platforms/libqminimal.so + libplugins_platforms_libqminimalegl.so:plugins/platforms/libqminimalegl.so + libplugins_platforms_libqoffscreen.so:plugins/platforms/libqoffscreen.so + libplugins_generic_libqevdevkeyboardplugin.so:plugins/generic/libqevdevkeyboardplugin.so + libplugins_generic_libqevdevmouseplugin.so:plugins/generic/libqevdevmouseplugin.so + libplugins_generic_libqevdevtabletplugin.so:plugins/generic/libqevdevtabletplugin.so + libplugins_generic_libqevdevtouchplugin.so:plugins/generic/libqevdevtouchplugin.so + libplugins_imageformats_libqsvg.so:plugins/imageformats/libqsvg.so + libplugins_iconengines_libqsvgicon.so:plugins/iconengines/libqsvgicon.so + libplugins_accessible_libqtaccessiblewidgets.so:plugins/accessible/libqtaccessiblewidgets.so + -- 2.30.2