mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix retroshare-nogui compilation with GCC 6
same as 678ee31a14
for retroshare-nogui
This commit is contained in:
parent
0562850758
commit
b4ccfe91f8
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user