mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Disable cmark by default in the correct place
This commit is contained in:
parent
64c4982f41
commit
2704313004
@ -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…
Reference in New Issue
Block a user