aboutsummaryrefslogtreecommitdiff
path: root/android/res/values
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2020-05-22 19:37:12 -0500
committeroldmud0 <oldmud0@users.noreply.github.com>2020-05-22 19:37:12 -0500
commit25ae8071fb18c000804660f671b1cb0f9d69b3f9 (patch)
tree486bd755d18a192e3e67154c16b2b1c3f35ddfb3 /android/res/values
parentdf8f19320b3a37521a7f93a578bf31c81f885238 (diff)
Bring back Android project files
Diffstat (limited to 'android/res/values')
-rw-r--r--android/res/values/libs.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/android/res/values/libs.xml b/android/res/values/libs.xml
new file mode 100644
index 00000000..6b1a4a2a
--- /dev/null
+++ b/android/res/values/libs.xml
@@ -0,0 +1,22 @@
+<?xml version='1.0' encoding='utf-8'?>
+<resources>
+ <array name="qt_sources">
+ <item>https://download.qt.io/ministro/android/qt5/qt-5.14</item>
+ </array>
+
+ <!-- The following is handled automatically by the deployment tool. It should
+ not be edited manually. -->
+
+ <array name="bundled_libs">
+ <!-- %%INSERT_EXTRA_LIBS%% -->
+ </array>
+
+ <array name="qt_libs">
+ <!-- %%INSERT_QT_LIBS%% -->
+ </array>
+
+ <array name="load_local_libs">
+ <!-- %%INSERT_LOCAL_LIBS%% -->
+ </array>
+
+</resources>