Fix retroshare-nogui compilation with GCC 6

same as 678ee31a14ee159449afcb3a72c4f1d1b99cba8d for retroshare-nogui
This commit is contained in:
Gioacchino Mazzurco 2018-04-23 22:53:55 +02:00
parent 0562850758
commit b4ccfe91f8
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051

View File

@ -5,7 +5,7 @@ TARGET = retroshare-nogui
CONFIG -= qt xml gui CONFIG -= qt xml gui
DEPENDPATH *= $${PWD} $${RS_INCLUDE_DIR} DEPENDPATH *= $${PWD} $${RS_INCLUDE_DIR}
INCLUDEPATH *= $${PWD} $${RS_INCLUDE_DIR} INCLUDEPATH *= $${PWD}
libresapihttpserver { libresapihttpserver {
!include("../../libresapi/src/use_libresapi.pri"):error("Including") !include("../../libresapi/src/use_libresapi.pri"):error("Including")