fixed compilation on ubuntu with xapian

This commit is contained in:
csoler 2018-07-31 18:08:24 +02:00
parent c948517c3d
commit 0d4eafde31
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -340,6 +340,12 @@ rs_chatserver {
rs_deep_search {
DEFINES *= RS_DEEP_SEARCH
linux {
exists("/usr/include/xapian-1.3") {
INCLUDEPATH += /usr/include/xapian-1.3
}
}
}
debug {