added PQI_DISABLE_TUNNEL to all configs

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4108 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2011-03-28 21:53:21 +00:00
parent 7c6682b89f
commit 2f22a29d5e

View File

@ -7,6 +7,7 @@ TARGET = retroshare
# Beware: All data of the stripped services are lost
#CONFIG += minimal
DEFINES *= PQI_DISABLE_TUNNEL
minimal {
CONFIG -= use_blogs
@ -22,7 +23,6 @@ profiling {
release {
# UDP and TUNNEL dont work anymore.
#DEFINES *= PQI_DISABLE_UDP
DEFINES *= PQI_DISABLE_TUNNEL
}