summaryrefslogtreecommitdiffstats
path: root/android/res
diff options
context:
space:
mode:
authorJanne Virranmäki <janne.virranmaki@siili.com>2017-12-04 11:14:38 +0200
committerTomi Korpipää <tomi.korpipaa@qt.io>2017-12-12 10:04:14 +0000
commitd3e5e853b4c1d05f9b2c16fef959ff1fdad9eff5 (patch)
treedff64f6f0579d84ce66d2271ee9bc2fe7dbdac82 /android/res
parent737e167f0cd9012ed88246a7e3a85458dad47388 (diff)
Kria Cluster 2D DemoHEADmaster
Change-Id: I9d01217933c28c334193c5b8ec1d00f89ac4d3da Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Diffstat (limited to 'android/res')
-rw-r--r--android/res/drawable-hdpi/icon.pngbin0 -> 294050 bytes
-rw-r--r--android/res/drawable-ldpi/icon.pngbin0 -> 294050 bytes
-rw-r--r--android/res/drawable-mdpi/icon.pngbin0 -> 294050 bytes
-rw-r--r--android/res/values/libs.xml25
4 files changed, 25 insertions, 0 deletions
diff --git a/android/res/drawable-hdpi/icon.png b/android/res/drawable-hdpi/icon.png
new file mode 100644
index 0000000..01393cf
--- /dev/null
+++ b/android/res/drawable-hdpi/icon.png
Binary files differ
diff --git a/android/res/drawable-ldpi/icon.png b/android/res/drawable-ldpi/icon.png
new file mode 100644
index 0000000..01393cf
--- /dev/null
+++ b/android/res/drawable-ldpi/icon.png
Binary files differ
diff --git a/android/res/drawable-mdpi/icon.png b/android/res/drawable-mdpi/icon.png
new file mode 100644
index 0000000..01393cf
--- /dev/null
+++ b/android/res/drawable-mdpi/icon.png
Binary files differ
diff --git a/android/res/values/libs.xml b/android/res/values/libs.xml
new file mode 100644
index 0000000..4009a77
--- /dev/null
+++ b/android/res/values/libs.xml
@@ -0,0 +1,25 @@
+<?xml version='1.0' encoding='utf-8'?>
+<resources>
+ <array name="qt_sources">
+ <item>https://download.qt.io/ministro/android/qt5/qt-5.9</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="bundled_in_lib">
+ <!-- %%INSERT_BUNDLED_IN_LIB%% -->
+ </array>
+ <array name="bundled_in_assets">
+ <!-- %%INSERT_BUNDLED_IN_ASSETS%% -->
+ </array>
+
+</resources>