mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-01 02:36:23 -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
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ no_retroshare_nogui:CONFIG -= retroshare_nogui
|
||||||
|
|
||||||
# To disable cmark append the following
|
# To disable cmark append the following
|
||||||
# assignation to qmake command line "CONFIG+=no_cmark"
|
# assignation to qmake command line "CONFIG+=no_cmark"
|
||||||
CONFIG *= rs_gui_cmark
|
CONFIG *= no_rs_gui_cmark
|
||||||
no_rs_gui_cmark:CONFIG -= rs_gui_cmark
|
rs_gui_cmark:CONFIG -= no_rs_gui_cmark
|
||||||
|
|
||||||
# To enable RetroShare plugins append the following
|
# To enable RetroShare plugins append the following
|
||||||
# assignation to qmake command line "CONFIG+=retroshare_plugins"
|
# assignation to qmake command line "CONFIG+=retroshare_plugins"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue