From 23a7a0876a1ac114b9be14e6a87583dafcaff24d Mon Sep 17 00:00:00 2001 From: csoler Date: Thu, 5 Sep 2019 22:21:39 +0200 Subject: [PATCH] disabled cmark by default, which was enabled as a side effect of previous PR --- retroshare.pri | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/retroshare.pri b/retroshare.pri index 2f9c21a80..d0ea0121e 100644 --- a/retroshare.pri +++ b/retroshare.pri @@ -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"