From f670a18b13aa0cdef984923e914d1621fb352caf Mon Sep 17 00:00:00 2001 From: Gioacchino Mazzurco Date: Fri, 16 Nov 2018 19:09:37 +0100 Subject: [PATCH] Break too long line in retroshare.pri --- retroshare.pri | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/retroshare.pri b/retroshare.pri index a8025dc79..dd0032b54 100644 --- a/retroshare.pri +++ b/retroshare.pri @@ -111,8 +111,9 @@ rs_onlyhiddennode:CONFIG -= no_rs_onlyhiddennode CONFIG *= rs_gxs no_rs_gxs:CONFIG -= rs_gxs -# To disable GXS distrubuting all available posts independed of the "sync" settings append the following -# assignation to qmake command line "CONFIG+=no_rs_gxs_send_all" +# To disable GXS distrubuting all available posts independed of the "sync" +# settings append the following assignation to qmake command line +# "CONFIG+=no_rs_gxs_send_all" CONFIG *= rs_gxs_send_all no_rs_gxs_send_all:CONFIG -= rs_gxs_send_all