Post
Topic
Board Announcements (Altcoins)
Re: Slimcoin | First Proof of Burn currency | Test v0.5
by
gjhiggins
on 07/11/2017, 14:21:38 UTC
Elsewise you can disable UPNP with --without-miniupnpc as argument to configure

For a Qt Creator/qmake build (as opposed to a later Core 0.9+ autotools build), the flags are:
Code:
qmake "USE_UPNP=1" (enabled by default; default)
qmake "USE_UPNP=0" (disabled by default)
qmake "USE_UPNP=-" (not supported)
:

So, "USE_UPNP=-" is what you need, it switches off the requirement for miniupnpc headers/libs

Cheers

Graham