diff options
| author | sD <stoned@derpymail.org> | 2020-01-22 15:24:59 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-01-22 15:24:59 +0100 |
| commit | 6ccabdd568075dfcecc6190d8d41a50b8bd99b84 (patch) | |
| tree | af05dbfded663ffbfa27a6cf42f58cce830b634a /android/res | |
| parent | 5c9499a263da44d5a7db805d4881939b28800599 (diff) | |
maybe at some point, someone will try this again
Diffstat (limited to 'android/res')
| -rw-r--r-- | android/res/drawable-ldpi/icon.png | bin | 0 -> 29302 bytes | |||
| -rw-r--r-- | android/res/values/libs.xml | 22 |
2 files changed, 22 insertions, 0 deletions
diff --git a/android/res/drawable-ldpi/icon.png b/android/res/drawable-ldpi/icon.png Binary files differnew file mode 100644 index 00000000..f53fe30c --- /dev/null +++ b/android/res/drawable-ldpi/icon.png 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> |
