diff --git a/LedDisplayController/LedDisplayController.pro b/LedDisplayController/LedDisplayController.pro index 60d6e2e..740472b 100644 --- a/LedDisplayController/LedDisplayController.pro +++ b/LedDisplayController/LedDisplayController.pro @@ -47,26 +47,17 @@ DISTFILES += \ android { QT += androidextras ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android - -contains(ANDROID_TARGET_ARCH,) { - ANDROID_ABIS = \ - armeabi-v7a -} - -contains(ANDROID_TARGET_ARCH,armeabi-v7a) { - ANDROID_ABIS = \ - armeabi-v7a -} -} - -contains(ANDROID_TARGET_ARCH,armeabi-v7a) { - ANDROID_ABIS = \ - armeabi-v7a -} - -contains(ANDROID_TARGET_ARCH,) { - ANDROID_ABIS = \ - armeabi-v7a -} - ANDROID_ABIS = armeabi-v7a arm64-v8a +} + +contains(ANDROID_TARGET_ARCH,) { + ANDROID_ABIS = \ + armeabi-v7a +} + +ANDROID_ABIS = armeabi-v7a + +contains(ANDROID_TARGET_ARCH,armeabi-v7a) { + ANDROID_ABIS = \ + armeabi-v7a +} diff --git a/LedDisplayController/android/AndroidManifest.xml b/LedDisplayController/android/AndroidManifest.xml index f91454a..75b85d8 100644 --- a/LedDisplayController/android/AndroidManifest.xml +++ b/LedDisplayController/android/AndroidManifest.xml @@ -15,8 +15,8 @@ - - + + diff --git a/LedDisplayController/android/res/drawable-hdpi/icon.png b/LedDisplayController/android/res/drawable-hdpi/icon.png new file mode 100644 index 0000000..8b5632d Binary files /dev/null and b/LedDisplayController/android/res/drawable-hdpi/icon.png differ diff --git a/LedDisplayController/android/res/drawable-ldpi/icon.png b/LedDisplayController/android/res/drawable-ldpi/icon.png new file mode 100644 index 0000000..8b5632d Binary files /dev/null and b/LedDisplayController/android/res/drawable-ldpi/icon.png differ diff --git a/LedDisplayController/android/res/drawable-mdpi/icon.png b/LedDisplayController/android/res/drawable-mdpi/icon.png new file mode 100644 index 0000000..8b5632d Binary files /dev/null and b/LedDisplayController/android/res/drawable-mdpi/icon.png differ diff --git a/LedDisplayController/favicon/GooglePlayBanner.png b/LedDisplayController/favicon/GooglePlayBanner.png new file mode 100644 index 0000000..5474278 Binary files /dev/null and b/LedDisplayController/favicon/GooglePlayBanner.png differ diff --git a/LedDisplayController/favicon/GooglePlayBanner.xcf b/LedDisplayController/favicon/GooglePlayBanner.xcf new file mode 100644 index 0000000..9b8a756 Binary files /dev/null and b/LedDisplayController/favicon/GooglePlayBanner.xcf differ diff --git a/LedDisplayController/favicon/favicon.cdr b/LedDisplayController/favicon/favicon.cdr new file mode 100644 index 0000000..952c134 Binary files /dev/null and b/LedDisplayController/favicon/favicon.cdr differ diff --git a/LedDisplayController/favicon/favicon.png b/LedDisplayController/favicon/favicon.png new file mode 100644 index 0000000..8b5632d Binary files /dev/null and b/LedDisplayController/favicon/favicon.png differ diff --git a/LedDisplayController/favicon/favicon.xcf b/LedDisplayController/favicon/favicon.xcf new file mode 100644 index 0000000..eb5b43c Binary files /dev/null and b/LedDisplayController/favicon/favicon.xcf differ diff --git a/LedDisplayController/favicon/faviconNoOutline.png b/LedDisplayController/favicon/faviconNoOutline.png new file mode 100644 index 0000000..8d58e6f Binary files /dev/null and b/LedDisplayController/favicon/faviconNoOutline.png differ diff --git a/LedDisplayController/screenshots/1.jpg b/LedDisplayController/screenshots/1.jpg new file mode 100644 index 0000000..5a63b9c Binary files /dev/null and b/LedDisplayController/screenshots/1.jpg differ diff --git a/LedDisplayController/screenshots/2.jpg b/LedDisplayController/screenshots/2.jpg new file mode 100644 index 0000000..da1b555 Binary files /dev/null and b/LedDisplayController/screenshots/2.jpg differ diff --git a/LedDisplayController/screenshots/3.jpg b/LedDisplayController/screenshots/3.jpg new file mode 100644 index 0000000..19629d3 Binary files /dev/null and b/LedDisplayController/screenshots/3.jpg differ diff --git a/LedDisplayController/screenshots/4.jpg b/LedDisplayController/screenshots/4.jpg new file mode 100644 index 0000000..9fe72ed Binary files /dev/null and b/LedDisplayController/screenshots/4.jpg differ