diff --git a/src/qml/WelcomeScreen.qml b/src/qml/WelcomeScreen.qml index 2cfe275619..22a2e9c794 100644 --- a/src/qml/WelcomeScreen.qml +++ b/src/qml/WelcomeScreen.qml @@ -441,7 +441,7 @@ Page { ListView { id: table ScrollBar.vertical: ScrollBar {} - flickableDirection: Flickable.VerticalFlick + flickableDirection: Flickable.AutoFlickIfNeeded boundsBehavior: Flickable.StopAtBounds clip: true width: parent.width diff --git a/vcpkg.json b/vcpkg.json index 3f58ea9288..912c53b06a 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -14,6 +14,22 @@ "homepage": "https://github.com/opengisch/qfield", "dependencies": [ "catch2", + { + "name": "ffmpeg", + "default-features": false, + "features": [ + "avcodec", + "avdevice", + "avformat", + { + "name": "openh264", + "platform": "linux | windows" + }, + "swresample", + "swscale" + ], + "platform": "linux | android | windows" + }, { "name": "gdal", "default-features": false