mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-30 17:24:08 +00:00
action:on linux ,the xapian package name may need to change accordingly
This commit is contained in:
parent
58a1f9b17f
commit
25daf37f65
|
@ -73,13 +73,8 @@ contains(DEFINES, MAKE_QTMULTIMEDIA_PLAYER|MAKE_FFMPEG_PLAYER) {
|
||||||
CONFIG( use_xapian ) {
|
CONFIG( use_xapian ) {
|
||||||
DEFINES += USE_XAPIAN
|
DEFINES += USE_XAPIAN
|
||||||
|
|
||||||
unix:!mac{
|
|
||||||
LIBS+= -lxapian-core
|
|
||||||
}
|
|
||||||
else{
|
|
||||||
LIBS+= -lxapian
|
LIBS+= -lxapian
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
CONFIG( use_iconv ) {
|
CONFIG( use_iconv ) {
|
||||||
DEFINES += USE_ICONV
|
DEFINES += USE_ICONV
|
||||||
|
|
Loading…
Reference in a new issue