From 56e8134d453c0e45fe932da6acfa50d4c79309e9 Mon Sep 17 00:00:00 2001 From: cyril soler Date: Thu, 3 May 2018 11:32:24 +0200 Subject: [PATCH] removed sqlite3 lib from ld when using sqlcipher. --- retroshare.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare.pri b/retroshare.pri index ed0e3c221..89c6da7d2 100644 --- a/retroshare.pri +++ b/retroshare.pri @@ -258,7 +258,7 @@ RS_UPNP_LIB = upnp ixml threadutil sqlcipher { DEFINES -= NO_SQLCIPHER - RS_SQL_LIB = sqlcipher sqlite3 + RS_SQL_LIB = sqlcipher } no_sqlcipher { DEFINES *= NO_SQLCIPHER