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:
csoler 2013-06-25 19:31:59 +00:00
parent 9e91664ef0
commit 3560729ba7

View File

@ -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