diff --git a/libretroshare/src/libretroshare.pro b/libretroshare/src/libretroshare.pro index 553d16f49..de0cfed2a 100644 --- a/libretroshare/src/libretroshare.pro +++ b/libretroshare/src/libretroshare.pro @@ -234,7 +234,7 @@ win32 { # SQLite include path is required to compile GXS. gxs { - SQLITE_DIR = ../../../sqlcipher-2.1.1 + SQLITE_DIR = ../../../sqlcipher-2.2.0 INCLUDEPATH += $${SQLITE_DIR} } } diff --git a/retroshare-gui/src/retroshare-gui.pro b/retroshare-gui/src/retroshare-gui.pro index b33e08360..2fed8a34a 100644 --- a/retroshare-gui/src/retroshare-gui.pro +++ b/retroshare-gui/src/retroshare-gui.pro @@ -152,7 +152,7 @@ win32 { gxs { LIBS += ../../supportlibs/pegmarkdown/lib/libpegmarkdown.a - LIBS += -lsqlite3 + LIBS += -lsqlcipher } LIBS += -lssl -lcrypto -lpthreadGC2d -lminiupnpc -lz diff --git a/retroshare-nogui/src/retroshare-nogui.pro b/retroshare-nogui/src/retroshare-nogui.pro index 71e93f8bc..87ed069b2 100644 --- a/retroshare-nogui/src/retroshare-nogui.pro +++ b/retroshare-nogui/src/retroshare-nogui.pro @@ -96,7 +96,7 @@ win32 { gxs { LIBS += ../../supportlibs/pegmarkdown/lib/libpegmarkdown.a - LIBS += -lsqlite3 + LIBS += -lsqlcipher } }