mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 16:45:11 -04:00
fixed disabling libresapi in retroshare.pri
This commit is contained in:
parent
b7ff7373c1
commit
9bbd6d49df
1 changed files with 2 additions and 3 deletions
|
@ -67,10 +67,9 @@ retroshare_qml_app:CONFIG -= no_retroshare_qml_app
|
|||
CONFIG *= retroshare_service
|
||||
retroshare_service:CONFIG -= no_retroshare_service
|
||||
|
||||
# To disable libresapi append the following assignation to qmake command line
|
||||
# To enable libresapi (deprecated) append the following assignation to qmake command line
|
||||
CONFIG+=no_libresapi
|
||||
#CONFIG *= libresapi
|
||||
no_libresapi:CONFIG -= libresapi
|
||||
libresapi:CONFIG -= no_libresapi
|
||||
|
||||
# To enable libresapi via local socket (unix domain socket or windows named
|
||||
# pipes) append the following assignation to qmake command line
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue