mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 09:05:24 -04:00
fixed define for encrypted database
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6462 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9e91664ef0
commit
3560729ba7
1 changed files with 2 additions and 2 deletions
|
@ -235,7 +235,6 @@ win32 {
|
|||
# SQLite include path is required to compile GXS.
|
||||
gxs {
|
||||
SQLITE_DIR = ../../../sqlcipher-2.1.1
|
||||
DEFINES += SQLITE_HAS_CODEC
|
||||
INCLUDEPATH += $${SQLITE_DIR}
|
||||
}
|
||||
}
|
||||
|
@ -616,6 +615,7 @@ SOURCES += zeroconf/p3zcnatassist.cc \
|
|||
# this should be disabled for releases until further notice.
|
||||
gxs {
|
||||
DEFINES *= RS_ENABLE_GXS
|
||||
DEFINES *= SQLITE_HAS_CODEC
|
||||
|
||||
DEFINES *= GXS_DEV_TESTNET
|
||||
DEFINES *= GXS_ENABLE_SYNC_MSGS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue