mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-31 02:09:15 -04:00
Add support to build with miniupnpc on Android
Necessary to workaroud issues: https://github.com/RetroShare/RetroShare/issues/1649 https://github.com/mrjimenez/pupnp/issues/119
This commit is contained in:
parent
ce3e2a2c9d
commit
a169250e1c
3 changed files with 32 additions and 1 deletions
|
@ -648,7 +648,7 @@ SOURCES += util/folderiterator.cc \
|
|||
|
||||
equals(RS_UPNP_LIB, miniupnpc) {
|
||||
HEADERS += rs_upnp/upnputil.h rs_upnp/upnphandler_miniupnp.h
|
||||
SOURCES += rs_upnp/upnputil.c rs_upnp/upnphandler_miniupnp.cc
|
||||
SOURCES += rs_upnp/upnputil.cc rs_upnp/upnphandler_miniupnp.cc
|
||||
}
|
||||
|
||||
contains(RS_UPNP_LIB, upnp) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue