mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 06:02:41 -04:00
fixed compilation on ubuntu with xapian
This commit is contained in:
parent
c948517c3d
commit
0d4eafde31
1 changed files with 6 additions and 0 deletions
|
@ -340,6 +340,12 @@ rs_chatserver {
|
||||||
|
|
||||||
rs_deep_search {
|
rs_deep_search {
|
||||||
DEFINES *= RS_DEEP_SEARCH
|
DEFINES *= RS_DEEP_SEARCH
|
||||||
|
|
||||||
|
linux {
|
||||||
|
exists("/usr/include/xapian-1.3") {
|
||||||
|
INCLUDEPATH += /usr/include/xapian-1.3
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
debug {
|
debug {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue