Make kiwix-desktop flatpak use last version of Qt (5.15).

Adapt flatpack_builder to generate the same manifest than PR
flathub/org.kiwix.desktop#6
This commit is contained in:
Matthieu Gautier
2021-06-23 17:27:05 +02:00
parent adf0c52f6c
commit afd17b2986
4 changed files with 20 additions and 5 deletions

View File

@ -59,6 +59,6 @@ base_deps_versions = {
'android-ndk' : 'r13b',
'qt' : '5.10.1',
'qtwebengine' : '5.10.1',
'org.kde' : '5.12',
'org.kde' : '5.15',
'zim-testing-suite': '0.3',
}