action:on linux ,the xapian package name may need to change accordingly

This commit is contained in:
Xiao YiFang 2023-04-03 20:29:41 +08:00 committed by xiaoyifang
parent 58a1f9b17f
commit 25daf37f65

View file

@ -73,13 +73,8 @@ contains(DEFINES, MAKE_QTMULTIMEDIA_PLAYER|MAKE_FFMPEG_PLAYER) {
CONFIG( use_xapian ) {
DEFINES += USE_XAPIAN
unix:!mac{
LIBS+= -lxapian-core
}
else{
LIBS+= -lxapian
}
}
CONFIG( use_iconv ) {
DEFINES += USE_ICONV