From aaf71d8453efe64bb307a63b3b560f84e511f18b Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Mon, 17 Oct 2011 00:09:22 -0400 Subject: [PATCH] Allow miniupnpc include path specificaiton and fix link on Win32. --- bitcoin-qt.pro | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index e7e10f7..62801fc 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -30,8 +30,10 @@ contains(USE_UPNP, -) { count(USE_UPNP, 0) { USE_UPNP=1 } - DEFINES += USE_UPNP=$$USE_UPNP - LIBS += -lminiupnpc + DEFINES += USE_UPNP=$$USE_UPNP STATICLIB + INCLUDEPATH += $$MINIUPNPC_INCLUDE_PATH + LIBS += $$join(MINIUPNPC_LIB_PATH,,-L,) -lminiupnpc + win32:LIBS += -liphlpapi } # use: qmake "USE_DBUS=1" -- 1.7.1