mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 11:37:56 -04:00
Check for the version of kiwix and libzim.
This commit is contained in:
parent
7f5fe877f9
commit
8dc1984f0b
@ -153,12 +153,12 @@ unix {
|
||||
INSTALLS += mime_file
|
||||
}
|
||||
|
||||
PKGCONFIG_CFLAGS = $$system(pkg-config --cflags $$PKGCONFIG_OPTION kiwix)
|
||||
PKGCONFIG_CFLAGS = $$system(pkg-config --cflags $$PKGCONFIG_OPTION \"kiwix >= 10.0.0 libzim >= 7.2.0\")
|
||||
|
||||
QMAKE_CXXFLAGS += $$PKGCONFIG_CFLAGS
|
||||
QMAKE_CFLAGS += $$PKGCONFIG_CFLAGS
|
||||
|
||||
LIBS += $$system(pkg-config --libs $$PKGCONFIG_OPTION kiwix)
|
||||
LIBS += $$system(pkg-config --libs $$PKGCONFIG_OPTION \"kiwix >= 10.0.0 libzim >= 7.2.0\")
|
||||
|
||||
RESOURCES += \
|
||||
resources/kiwix.qrc \
|
||||
|
Loading…
x
Reference in New Issue
Block a user