Disable cmark by default in the correct place

This commit is contained in:
Gioacchino Mazzurco 2019-05-10 17:58:38 +02:00
parent 64c4982f41
commit 2704313004
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051

View File

@ -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"