mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
@ -5,7 +5,7 @@ TARGET = retroshare
|
||||
|
||||
CONFIG += test_voip
|
||||
|
||||
#GXS Stuff.
|
||||
#GXS Stuff.
|
||||
# This should be disabled for releases until further notice.
|
||||
#CONFIG += gxs debug
|
||||
|
||||
@ -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…
Reference in New Issue
Block a user