mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
fa3cc82790
commit
4ce08bee38
@ -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}
|
||||
}
|
||||
}
|
||||
|
@ -152,7 +152,7 @@ win32 {
|
||||
|
||||
gxs {
|
||||
LIBS += ../../supportlibs/pegmarkdown/lib/libpegmarkdown.a
|
||||
LIBS += -lsqlite3
|
||||
LIBS += -lsqlcipher
|
||||
}
|
||||
|
||||
LIBS += -lssl -lcrypto -lpthreadGC2d -lminiupnpc -lz
|
||||
|
@ -96,7 +96,7 @@ win32 {
|
||||
|
||||
gxs {
|
||||
LIBS += ../../supportlibs/pegmarkdown/lib/libpegmarkdown.a
|
||||
LIBS += -lsqlite3
|
||||
LIBS += -lsqlcipher
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user