mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed compilation on ubuntu with xapian
This commit is contained in:
parent
c948517c3d
commit
0d4eafde31
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user