- Move our own UPnP to a branch because it is taking too long

This commit is contained in:
Christophe Dumez
2007-03-29 09:55:17 +00:00
parent 2772a41917
commit 682196543f
4 changed files with 4 additions and 126 deletions

View File

@@ -130,8 +130,8 @@ SOURCES += GUI.cpp \
searchEngine.cpp
!contains(DEFINES, NO_UPNP){
message(UPnP Enabled)
HEADERS += UPnP.h upnp.h
SOURCES += UPnP.cpp upnp.cpp
HEADERS += UPnP.h
SOURCES += UPnP.cpp
}else{
message(UPnP Disabled)
}