mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 07:59:35 -05:00
fixed disabling libresapi in retroshare.pri
This commit is contained in:
parent
b7ff7373c1
commit
9bbd6d49df
@ -67,10 +67,9 @@ retroshare_qml_app:CONFIG -= no_retroshare_qml_app
|
|||||||
CONFIG *= retroshare_service
|
CONFIG *= retroshare_service
|
||||||
retroshare_service:CONFIG -= no_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+=no_libresapi
|
||||||
#CONFIG *= libresapi
|
libresapi:CONFIG -= no_libresapi
|
||||||
no_libresapi:CONFIG -= libresapi
|
|
||||||
|
|
||||||
# To enable libresapi via local socket (unix domain socket or windows named
|
# To enable libresapi via local socket (unix domain socket or windows named
|
||||||
# pipes) append the following assignation to qmake command line
|
# pipes) append the following assignation to qmake command line
|
||||||
|
Loading…
Reference in New Issue
Block a user