Allow miniupnpc include path specificaiton and fix link on Win32.
This commit is contained in:
parent
5f2e76b8c7
commit
aaf71d8453
1 changed files with 4 additions and 2 deletions
|
@ -30,8 +30,10 @@ contains(USE_UPNP, -) {
|
||||||
count(USE_UPNP, 0) {
|
count(USE_UPNP, 0) {
|
||||||
USE_UPNP=1
|
USE_UPNP=1
|
||||||
}
|
}
|
||||||
DEFINES += USE_UPNP=$$USE_UPNP
|
DEFINES += USE_UPNP=$$USE_UPNP STATICLIB
|
||||||
LIBS += -lminiupnpc
|
INCLUDEPATH += $$MINIUPNPC_INCLUDE_PATH
|
||||||
|
LIBS += $$join(MINIUPNPC_LIB_PATH,,-L,) -lminiupnpc
|
||||||
|
win32:LIBS += -liphlpapi
|
||||||
}
|
}
|
||||||
|
|
||||||
# use: qmake "USE_DBUS=1"
|
# use: qmake "USE_DBUS=1"
|
||||||
|
|
Loading…
Reference in a new issue