fixed library (sqlite) config in .pro

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5992 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2012-12-16 15:30:21 +00:00
parent 7b8bb8dff7
commit 9b776ce6a4

View File

@ -10,7 +10,7 @@ CONFIG += test_voip
# GXS Stuff.
# this should be disabled for releases until further notice.
#CONFIG += gxs
CONFIG += gxs
# Beware: All data of the stripped services are lost
DEFINES *= PQI_DISABLE_TUNNEL
@ -237,7 +237,8 @@ HEADERS += retroshare/rsgame.h
$${PTHREADS_DIR} \
$${ZLIB_DIR} \
$${OPENPGPSDK_DIR}
newcache {
gxs {
SQLITE_DIR = ../../../../Libraries/sqlite/sqlite-autoconf-3070900
INCLUDEPATH += . \
$${SQLITE_DIR}