Skip to content

Commit

Permalink
Windows build uses Qt 6.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlamar committed Dec 20, 2024
1 parent 575a556 commit c250512
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Install QT
uses: jurplel/install-qt-action@v4
with:
version: 5.15.2
modules: "qtwebengine"
version: 6.4.3
modules: "qtwebengine qtwebchannel qtpositioning"
setup-python: false
- name: Setup MSVC compiler
uses: bus1/cabuild/action/msdevshell@v1
Expand Down
2 changes: 2 additions & 0 deletions kiwixbuild/dependencies/kiwix_desktop.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ class KiwixDesktop(Dependency):
class Source(GitClone):
git_remote = "https://github.com/kiwix/kiwix-desktop.git"
git_dir = "kiwix-desktop"
base_git_ref = "win-qt6"


class Builder(QMakeBuilder):
dependencies = ["qt", "qtwebengine", "libkiwix", "aria2"]
Expand Down

0 comments on commit c250512

Please sign in to comment.