From 430df3a37150e85f6d4e28bfe1b2e2e6f7e95d36 Mon Sep 17 00:00:00 2001
From: Burak Hancerli <burak.hancerli@qt.io>
Date: Wed, 4 Dec 2024 13:51:18 +0100
Subject: [PATCH] doc: update readme

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 558d39c..e94f559 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
 # Qt UI Viewer
+![Qt UI Viewer](assets/PlayStoreFeatureImage.svg)
 
 ## About
 
@@ -13,7 +14,7 @@ You can get the pre-built app from either [Google Play Store][google-play-link]
 ## Prerequisites
 
 * CMake 3.16 or newer
-* Qt6.5.0 or newer
+* Qt 6.8.0 or newer
 * OpenSSL (<https://github.com/KDAB/android_openssl>)
 * Android SDK and NDK (<https://developer.android.com/studio>)
 
@@ -27,7 +28,7 @@ You can get the pre-built app from either [Google Play Store][google-play-link]
 * 3rdparty: Required 3rd party libraries
     * qtquickdesigner-components: QML components
     * zxing-cpp: QR code decoding/encoding
-* icons: App icons
+* assets: Play Store Assets
 * tests: Test files
 
 ## Building
-- 
GitLab