Flatpak uses qt6

This commit is contained in:
Adam Lamar 2024-12-20 13:02:56 -07:00
parent f7027cbf96
commit ac254d2082
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",
}