Merge pull request #797 from kiwix/flatpak-qt6

Flatpak uses qt6
This commit is contained in:
Kelson 2024-12-22 11:22:31 +01:00 committed by GitHub
commit ce40d311f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ class KiwixDesktop(Dependency):
dependencies = ["qt", "qtwebengine", "libkiwix", "aria2"]
configure_env = None
flatpack_build_options = {"env": {"QMAKEPATH": "/app/lib"}}
flatpack_build_options = {"env": {"QMAKEPATH": "/app"}}
@property
def make_targets(self):

View File

@ -50,8 +50,8 @@ base_deps_versions = {
"libaria2": "1.37.0",
"libmagic": "5.44",
"android-ndk": "r21e",
"org.kde": "5.15-23.08",
"io.qt.qtwebengine": "5.15-23.08",
"org.kde": "6.7",
"io.qt.qtwebengine": "6.7",
"zim-testing-suite": "0.6.0",
"emsdk": "3.1.41",
}