Skip to content

Commit

Permalink
Flatpak uses qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlamar committed Dec 21, 2024
1 parent f7027cb commit ac254d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kiwixbuild/dependencies/kiwix_desktop.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Builder(QMakeBuilder):
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):
Expand Down
4 changes: 2 additions & 2 deletions kiwixbuild/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"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",
}

0 comments on commit ac254d2

Please sign in to comment.