We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5fe87 commit 8dc1984Copy full SHA for 8dc1984
kiwix-desktop.pro
@@ -153,12 +153,12 @@ unix {
153
INSTALLS += mime_file
154
}
155
156
-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\")
157
158
QMAKE_CXXFLAGS += $$PKGCONFIG_CFLAGS
159
QMAKE_CFLAGS += $$PKGCONFIG_CFLAGS
160
161
-LIBS += $$system(pkg-config --libs $$PKGCONFIG_OPTION kiwix)
+LIBS += $$system(pkg-config --libs $$PKGCONFIG_OPTION \"kiwix >= 10.0.0 libzim >= 7.2.0\")
162
163
RESOURCES += \
164
resources/kiwix.qrc \
0 commit comments