mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-08-03 12:46:29 -04:00
kiwix-desktop now need libkiwix >= 11.0.0
This commit is contained in:
parent
b49ea7cbce
commit
b6934d707b
2
debian/control
vendored
2
debian/control
vendored
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user