mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
disabled cmark by default, which was enabled as a side effect of previous PR
This commit is contained in:
parent
c8f4f8ca04
commit
23a7a0876a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user