Fix retroshare-nogui compilation with GCC 6

same as 678ee31a14 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
DEPENDPATH *= $${PWD} $${RS_INCLUDE_DIR}
INCLUDEPATH *= $${PWD} $${RS_INCLUDE_DIR}
INCLUDEPATH *= $${PWD}
libresapihttpserver {
!include("../../libresapi/src/use_libresapi.pri"):error("Including")