disabled cmark by default, which was enabled as a side effect of previous PR

This commit is contained in:
csoler 2019-09-05 22:21:39 +02:00
parent c8f4f8ca04
commit 23a7a0876a
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -38,8 +38,8 @@ no_retroshare_nogui:CONFIG -= retroshare_nogui
# To disable cmark append the following
# assignation to qmake command line "CONFIG+=no_cmark"
CONFIG *= rs_gui_cmark
no_rs_gui_cmark:CONFIG -= rs_gui_cmark
CONFIG *= no_rs_gui_cmark
rs_gui_cmark:CONFIG -= no_rs_gui_cmark
# To enable RetroShare plugins append the following
# assignation to qmake command line "CONFIG+=retroshare_plugins"