We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9350be commit b2db1b0Copy full SHA for b2db1b0
debian/control
@@ -3,10 +3,14 @@ Section: misc
3
Priority: optional
4
Maintainer: Kiwix team <kiwix@kiwix.org>
5
Build-Depends: debhelper-compat (= 13),
6
- pkg-config,
7
- qtbase5-dev,
8
- qtwebengine5-dev,
9
- libqt5texttospeech5-dev,
+ pkgconf,
+ qmake6,
+ qtchooser,
+ qt6-base-dev,
10
+ qt6-base-dev-tools,
11
+ qt6-webengine-dev,
12
+ qt6-speech-dev,
13
+ qt6-wayland-dev,
14
libkiwix-dev (>= 14.0), libkiwix-dev (<< 15.0),
15
libzim-dev (>= 9.0), libzim-dev (<< 10.0),
16
Standards-Version: 4.5.0
debian/rules
@@ -1,6 +1,7 @@
1
#!/usr/bin/make -f
2
-export QT_SELECT=qt5
+#export QT_SELECT=qt6
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
+ qmake --version
dh $@
0 commit comments