Enabled GXS Build in the branch.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5352 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2012-07-30 10:58:55 +00:00
parent a3c0c0539c
commit 75eb504a0d
2 changed files with 3 additions and 2 deletions

View File

@ -8,8 +8,8 @@ TARGET = retroshare
CONFIG += test_voip CONFIG += test_voip
# GXS Stuff. # GXS Stuff.
#CONFIG += newcache CONFIG += newcache
#CONFIG += newservices CONFIG += newservices
# Beware: All data of the stripped services are lost # Beware: All data of the stripped services are lost
DEFINES *= PQI_DISABLE_TUNNEL DEFINES *= PQI_DISABLE_TUNNEL

View File

@ -1806,6 +1806,7 @@ RsTurtle *rsTurtle = NULL ;
#include "services/p3blogs.h" #include "services/p3blogs.h"
#include "turtle/p3turtle.h" #include "turtle/p3turtle.h"
#define ENABLE_GXS_SERVICES 1
#ifdef ENABLE_GXS_SERVICES #ifdef ENABLE_GXS_SERVICES
#include "services/p3photoservice.h" #include "services/p3photoservice.h"
#include "services/p3wikiservice.h" #include "services/p3wikiservice.h"