Merge pull request #1183 from kiwix/fix_msg_box_lib

This commit is contained in:
Matthieu Gautier 2024-08-21 11:07:51 +02:00 committed by GitHub
commit 61f460261a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -200,6 +200,10 @@ QMAKE_CFLAGS += $$PKGCONFIG_CFLAGS
LIBS += $$system(pkg-config --libs $$PKGCONFIG_OPTION \"kiwix >= 13.0.0 kiwix < 14.0.0 libzim >= 9.0.0 libzim < 10.0.0\")
win32 {
LIBS += -lUser32
}
RESOURCES += \
resources/kiwix.qrc \
resources/translations.qrc \