mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-30 17:59:02 -04:00
Fix deep_search enable/disable at build time
This commit is contained in:
parent
7c986b926d
commit
184fac95ae
1 changed files with 2 additions and 3 deletions
|
@ -150,9 +150,8 @@ CONFIG *= no_rs_jsonapi
|
||||||
rs_jsonapi:CONFIG -= no_rs_jsonapi
|
rs_jsonapi:CONFIG -= no_rs_jsonapi
|
||||||
|
|
||||||
# To disable deep search append the following assignation to qmake command line
|
# To disable deep search append the following assignation to qmake command line
|
||||||
CONFIG+=no_rs_deep_search
|
CONFIG *= no_rs_deep_search
|
||||||
CONFIG *= rs_deep_search
|
rs_deep_search:CONFIG -= no_rs_deep_search
|
||||||
no_rs_deep_search:CONFIG -= rs_deep_search
|
|
||||||
|
|
||||||
# Specify host precompiled jsonapi-generator path, appending the following
|
# Specify host precompiled jsonapi-generator path, appending the following
|
||||||
# assignation to qmake command line
|
# assignation to qmake command line
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue