mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-20 12:54:52 -04:00
Disable cmark by default in the correct place
This commit is contained in:
parent
64c4982f41
commit
2704313004
1 changed files with 3 additions and 5 deletions
|
@ -28,11 +28,9 @@
|
|||
CONFIG *= retroshare_gui
|
||||
no_retroshare_gui:CONFIG -= retroshare_gui
|
||||
|
||||
# Enable GXS distant syncronization
|
||||
CONFIG *= gxsdistsync
|
||||
|
||||
# disabled by the time we fix compilation
|
||||
CONFIG *= no_cmark
|
||||
|
||||
# To disable RetroShare-nogui append the following
|
||||
# assignation to qmake command line "CONFIG+=no_retroshare_nogui"
|
||||
CONFIG *= retroshare_nogui
|
||||
|
@ -40,8 +38,8 @@ no_retroshare_nogui:CONFIG -= retroshare_nogui
|
|||
|
||||
# To disable cmark append the following
|
||||
# assignation to qmake command line "CONFIG+=no_cmark"
|
||||
CONFIG *= cmark
|
||||
no_cmark:CONFIG -= cmark
|
||||
CONFIG *= no_cmark
|
||||
cmark:CONFIG -= no_cmark
|
||||
|
||||
# To enable RetroShare plugins append the following
|
||||
# assignation to qmake command line "CONFIG+=retroshare_plugins"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue