Remove gxs CONFIG, it's always enabled now anyways

This commit is contained in:
AsamK 2015-09-04 17:48:20 +02:00
parent 4e917ea26c
commit 1f134d3431
4 changed files with 107 additions and 123 deletions

View File

@ -7,11 +7,6 @@ CONFIG -= qt
TARGET = retroshare
TARGET_PRL = libretroshare
#GXS Stuff.
# This should be disabled for releases until further notice.
CONFIG += gxs
#CONFIG += dsdv
profiling {
@ -696,8 +691,6 @@ SOURCES += zeroconf/p3zcnatassist.cc \
# new gxs cache system
# this should be disabled for releases until further notice.
gxs {
DEFINES *= RS_ENABLE_GXS
DEFINES *= SQLITE_HAS_CODEC
DEFINES *= GXS_ENABLE_SYNC_MSGS
@ -818,7 +811,6 @@ gxs {
SOURCES += services/p3photoservice.cc \
serialiser/rsphotoitems.cc \
}
@ -858,6 +850,3 @@ test_bitdht {
# ENABLED UDP NOW.
}

View File

@ -30,10 +30,6 @@ CONFIG += gxschannels
CONFIG += posted
CONFIG += gxsgui
# Gxs is always enabled now.
DEFINES += RS_ENABLE_GXS
# Other Disabled Bits.
#CONFIG += framecatcher
#CONFIG += blogs

View File

@ -10,10 +10,6 @@ CONFIG += webui
CONFIG -= qt xml gui
CONFIG += link_prl
# if you are linking against the libretroshare with gxs.
# this option links against the required sqlite library.
CONFIG += gxs
#CONFIG += debug
debug {
QMAKE_CFLAGS -= -O2

View File

@ -1,3 +1,6 @@
# Gxs is always enabled now.
DEFINES *= RS_ENABLE_GXS
unix {
isEmpty(PREFIX) { PREFIX = "/usr" }
isEmpty(BIN_DIR) { BIN_DIR = "$${PREFIX}/bin" }