kiwix-desktop now need libkiwix >= 11.0.0

This commit is contained in:
Matthieu Gautier 2022-06-16 14:39:21 +02:00
parent b49ea7cbce
commit b6934d707b
2 changed files with 3 additions and 3 deletions

2
debian/control vendored
View File

@ -6,7 +6,7 @@ Build-Depends: debhelper-compat (= 13),
pkg-config,
qtbase5-dev,
qtwebengine5-dev,
libkiwix-dev (>= 10.0.0~)
libkiwix-dev (>= 11.0.0~)
Standards-Version: 4.5.0
Homepage: https://www.kiwix.org/
Rules-Requires-Root: no

View File

@ -153,12 +153,12 @@ unix {
INSTALLS += mime_file
}
PKGCONFIG_CFLAGS = $$system(pkg-config --cflags $$PKGCONFIG_OPTION \"kiwix >= 10.0.0 libzim >= 7.2.0\")
PKGCONFIG_CFLAGS = $$system(pkg-config --cflags $$PKGCONFIG_OPTION \"kiwix >= 11.0.0 libzim >= 7.2.0\")
QMAKE_CXXFLAGS += $$PKGCONFIG_CFLAGS
QMAKE_CFLAGS += $$PKGCONFIG_CFLAGS
LIBS += $$system(pkg-config --libs $$PKGCONFIG_OPTION \"kiwix >= 10.0.0 libzim >= 7.2.0\")
LIBS += $$system(pkg-config --libs $$PKGCONFIG_OPTION \"kiwix >= 11.0.0 libzim >= 7.2.0\")
RESOURCES += \
resources/kiwix.qrc \