summaryrefslogtreecommitdiffstats
path: root/dependencies.yaml
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2021-08-02 12:54:28 +0300
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2021-09-06 16:13:28 +0000
commit216f11039657ff3a43c7acbdb89166feae62bee9 (patch)
tree4600a39fd7ba0f327ab468c21566a259fb454901 /dependencies.yaml
parent754ee7e035be4afa60c7f5c344057b9f1b7d0d70 (diff)
Fix mediaplayer QML example's layout and icons
The play control buttons were overlaying the rate seekbar and have wrong layout on both portrait and landscape. Also make sure QtSvg is added to the project because mute/unmute button is an svg image and it's not being loaded properly without the fix. Change-Id: I98e26273ca5a2496d624c378d868ac497dd19741 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit 671396809fd866e0e3d7793f8fd635b0ad33bed7) Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Diffstat (limited to 'dependencies.yaml')
-rw-r--r--dependencies.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/dependencies.yaml b/dependencies.yaml
index b622b3881..345def755 100644
--- a/dependencies.yaml
+++ b/dependencies.yaml
@@ -8,3 +8,6 @@ dependencies:
../qtshadertools:
ref: be7e2cb95b8ea61a29b9f34fc066203952726ec9
required: true
+ ../qtsvg:
+ ref: 68acdcd9ed7d52073408606b4cc86ecc819e7130
+ required: false