diff --git a/retroshare-gui/src/retroshare-gui.pro b/retroshare-gui/src/retroshare-gui.pro index 4d8e4e97e..b33e08360 100644 --- a/retroshare-gui/src/retroshare-gui.pro +++ b/retroshare-gui/src/retroshare-gui.pro @@ -68,7 +68,7 @@ linux-* { LIBS += ../../supportlibs/pegmarkdown/lib/libpegmarkdown.a # We need a explicit path here, to force using the home version of sqlite3 that really encrypts the database. - LIBS += ../../../lib/sqlcipher/.libs/libsqlite3.a + LIBS += ../../../lib/sqlcipher/.libs/libsqlcipher.a } LIBS *= -lglib-2.0 diff --git a/retroshare-nogui/src/retroshare-nogui.pro b/retroshare-nogui/src/retroshare-nogui.pro index 8ea2adf02..71e93f8bc 100644 --- a/retroshare-nogui/src/retroshare-nogui.pro +++ b/retroshare-nogui/src/retroshare-nogui.pro @@ -32,7 +32,7 @@ linux-* { gxs { # We need a explicit path here, to force using the home version of sqlite3 that really encrypts the database. - LIBS += ../../../lib/sqlcipher/.libs/libsqlite3.a + LIBS += ../../../lib/sqlcipher/.libs/libsqlcipher.a } }