mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-24 07:00:57 -04:00
Fix retroshare-nogui compilation with GCC 6
same as 678ee31a14
for retroshare-nogui
This commit is contained in:
parent
0562850758
commit
b4ccfe91f8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue