mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-23 16:30:06 -05: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…
x
Reference in New Issue
Block a user