mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-20 13:19:07 -04:00
Merge pull request #1185 from G10h4ck/disablePluginByDefault
[0.6.4] Build plugin only if requested
This commit is contained in:
commit
fa84d1c881
1 changed files with 4 additions and 4 deletions
|
@ -14,10 +14,10 @@ no_retroshare_gui:CONFIG -= retroshare_gui
|
|||
CONFIG *= retroshare_nogui
|
||||
no_retroshare_nogui:CONFIG -= retroshare_nogui
|
||||
|
||||
# To disable RetroShare plugins append the following
|
||||
# assignation to qmake command line "CONFIG+=no_retroshare_plugins"
|
||||
CONFIG *= retroshare_plugins
|
||||
no_retroshare_plugins:CONFIG -= retroshare_plugins
|
||||
# To enable RetroShare plugins append the following
|
||||
# assignation to qmake command line "CONFIG+=retroshare_plugins"
|
||||
CONFIG *= no_retroshare_plugins
|
||||
retroshare_plugins:CONFIG -= no_retroshare_plugins
|
||||
|
||||
# To enable RetroShare-android-service append the following assignation to
|
||||
# qmake command line "CONFIG+=retroshare_android_service"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue