Skip to content

Commit 8dc1984

Browse files
committed
Check for the version of kiwix and libzim.
1 parent 7f5fe87 commit 8dc1984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kiwix-desktop.pro

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,12 @@ unix {
153153
INSTALLS += mime_file
154154
}
155155

156-
PKGCONFIG_CFLAGS = $$system(pkg-config --cflags $$PKGCONFIG_OPTION kiwix)
156+
PKGCONFIG_CFLAGS = $$system(pkg-config --cflags $$PKGCONFIG_OPTION \"kiwix >= 10.0.0 libzim >= 7.2.0\")
157157

158158
QMAKE_CXXFLAGS += $$PKGCONFIG_CFLAGS
159159
QMAKE_CFLAGS += $$PKGCONFIG_CFLAGS
160160

161-
LIBS += $$system(pkg-config --libs $$PKGCONFIG_OPTION kiwix)
161+
LIBS += $$system(pkg-config --libs $$PKGCONFIG_OPTION \"kiwix >= 10.0.0 libzim >= 7.2.0\")
162162

163163
RESOURCES += \
164164
resources/kiwix.qrc \

0 commit comments

Comments
 (0)