mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-25 09:11:28 -05:00
Build plugin only if requested
This commit is contained in:
parent
afc43d0ff7
commit
b2217fc109
@ -14,10 +14,10 @@ no_retroshare_gui:CONFIG -= retroshare_gui
|
|||||||
CONFIG *= retroshare_nogui
|
CONFIG *= retroshare_nogui
|
||||||
no_retroshare_nogui:CONFIG -= retroshare_nogui
|
no_retroshare_nogui:CONFIG -= retroshare_nogui
|
||||||
|
|
||||||
# To disable RetroShare plugins append the following
|
# To enable RetroShare plugins append the following
|
||||||
# assignation to qmake command line "CONFIG+=no_retroshare_plugins"
|
# assignation to qmake command line "CONFIG+=retroshare_plugins"
|
||||||
CONFIG *= retroshare_plugins
|
CONFIG *= no_retroshare_plugins
|
||||||
no_retroshare_plugins:CONFIG -= retroshare_plugins
|
retroshare_plugins:CONFIG -= no_retroshare_plugins
|
||||||
|
|
||||||
# To enable RetroShare-android-service append the following assignation to
|
# To enable RetroShare-android-service append the following assignation to
|
||||||
# qmake command line "CONFIG+=retroshare_android_service"
|
# qmake command line "CONFIG+=retroshare_android_service"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user