Skip to content

Commit b2db1b0

Browse files
committed
Bump-up Qt version to 6 in deb package
1 parent d9350be commit b2db1b0

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

debian/control

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ Section: misc
33
Priority: optional
44
Maintainer: Kiwix team <kiwix@kiwix.org>
55
Build-Depends: debhelper-compat (= 13),
6-
pkg-config,
7-
qtbase5-dev,
8-
qtwebengine5-dev,
9-
libqt5texttospeech5-dev,
6+
pkgconf,
7+
qmake6,
8+
qtchooser,
9+
qt6-base-dev,
10+
qt6-base-dev-tools,
11+
qt6-webengine-dev,
12+
qt6-speech-dev,
13+
qt6-wayland-dev,
1014
libkiwix-dev (>= 14.0), libkiwix-dev (<< 15.0),
1115
libzim-dev (>= 9.0), libzim-dev (<< 10.0),
1216
Standards-Version: 4.5.0

debian/rules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/make -f
2-
export QT_SELECT=qt5
2+
#export QT_SELECT=qt6
33
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
44

55
%:
6+
qmake --version
67
dh $@

0 commit comments

Comments
 (0)