mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 15:39:27 -05:00
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:
parent
7c6682b89f
commit
2f22a29d5e
@ -7,6 +7,7 @@ TARGET = retroshare
|
|||||||
|
|
||||||
# Beware: All data of the stripped services are lost
|
# Beware: All data of the stripped services are lost
|
||||||
#CONFIG += minimal
|
#CONFIG += minimal
|
||||||
|
DEFINES *= PQI_DISABLE_TUNNEL
|
||||||
|
|
||||||
minimal {
|
minimal {
|
||||||
CONFIG -= use_blogs
|
CONFIG -= use_blogs
|
||||||
@ -22,7 +23,6 @@ profiling {
|
|||||||
release {
|
release {
|
||||||
# UDP and TUNNEL dont work anymore.
|
# UDP and TUNNEL dont work anymore.
|
||||||
#DEFINES *= PQI_DISABLE_UDP
|
#DEFINES *= PQI_DISABLE_UDP
|
||||||
DEFINES *= PQI_DISABLE_TUNNEL
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user