Renamed the lib of sqlcipher to libsqlcipher.a for Windows too.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6482 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2013-07-06 00:58:17 +00:00
parent fa3cc82790
commit 4ce08bee38
3 changed files with 3 additions and 3 deletions

View File

@ -234,7 +234,7 @@ win32 {
# SQLite include path is required to compile GXS. # SQLite include path is required to compile GXS.
gxs { gxs {
SQLITE_DIR = ../../../sqlcipher-2.1.1 SQLITE_DIR = ../../../sqlcipher-2.2.0
INCLUDEPATH += $${SQLITE_DIR} INCLUDEPATH += $${SQLITE_DIR}
} }
} }

View File

@ -152,7 +152,7 @@ win32 {
gxs { gxs {
LIBS += ../../supportlibs/pegmarkdown/lib/libpegmarkdown.a LIBS += ../../supportlibs/pegmarkdown/lib/libpegmarkdown.a
LIBS += -lsqlite3 LIBS += -lsqlcipher
} }
LIBS += -lssl -lcrypto -lpthreadGC2d -lminiupnpc -lz LIBS += -lssl -lcrypto -lpthreadGC2d -lminiupnpc -lz

View File

@ -96,7 +96,7 @@ win32 {
gxs { gxs {
LIBS += ../../supportlibs/pegmarkdown/lib/libpegmarkdown.a LIBS += ../../supportlibs/pegmarkdown/lib/libpegmarkdown.a
LIBS += -lsqlite3 LIBS += -lsqlcipher
} }
} }