|
a/windows/qmk/libupnpp.pro |
|
b/windows/qmk/libupnpp.pro |
|
... |
|
... |
37 |
contains(QMAKE_CC, cl){
|
37 |
contains(QMAKE_CC, cl){
|
38 |
# Visual Studio
|
38 |
# Visual Studio
|
39 |
}
|
39 |
}
|
40 |
|
40 |
|
41 |
SOURCES += \
|
41 |
SOURCES += \
|
42 |
../../libupnpp/getsyshwaddr.c \
|
|
|
43 |
../../libupnpp/base64.cxx \
|
42 |
../../libupnpp/base64.cxx \
|
44 |
../../libupnpp/control/avlastchg.cxx \
|
43 |
../../libupnpp/control/avlastchg.cxx \
|
45 |
../../libupnpp/control/avtransport.cxx \
|
44 |
../../libupnpp/control/avtransport.cxx \
|
46 |
../../libupnpp/control/cdircontent.cxx \
|
45 |
../../libupnpp/control/cdircontent.cxx \
|
47 |
../../libupnpp/control/cdirectory.cxx \
|
46 |
../../libupnpp/control/cdirectory.cxx \
|
48 |
../../libupnpp/control/description.cxx \
|
47 |
../../libupnpp/control/description.cxx \
|
49 |
../../libupnpp/control/device.cxx \
|
48 |
../../libupnpp/control/device.cxx \
|
50 |
../../libupnpp/control/discovery.cxx \
|
49 |
../../libupnpp/control/discovery.cxx \
|
51 |
../../libupnpp/control/httpdownload.cxx \
|
50 |
../../libupnpp/control/httpdownload.cxx \
|
|
|
51 |
../../libupnpp/control/linnsongcast.cxx \
|
52 |
../../libupnpp/control/mediarenderer.cxx \
|
52 |
../../libupnpp/control/mediarenderer.cxx \
|
53 |
../../libupnpp/control/mediaserver.cxx \
|
53 |
../../libupnpp/control/mediaserver.cxx \
|
|
|
54 |
../../libupnpp/control/ohinfo.cxx \
|
54 |
../../libupnpp/control/ohplaylist.cxx \
|
55 |
../../libupnpp/control/ohplaylist.cxx \
|
55 |
../../libupnpp/control/ohproduct.cxx \
|
56 |
../../libupnpp/control/ohproduct.cxx \
|
|
|
57 |
../../libupnpp/control/ohradio.cxx \
|
56 |
../../libupnpp/control/ohreceiver.cxx \
|
58 |
../../libupnpp/control/ohreceiver.cxx \
|
|
|
59 |
../../libupnpp/control/ohsender.cxx \
|
57 |
../../libupnpp/control/ohtime.cxx \
|
60 |
../../libupnpp/control/ohtime.cxx \
|
58 |
../../libupnpp/control/ohvolume.cxx \
|
61 |
../../libupnpp/control/ohvolume.cxx \
|
59 |
../../libupnpp/control/renderingcontrol.cxx \
|
62 |
../../libupnpp/control/renderingcontrol.cxx \
|
60 |
../../libupnpp/control/service.cxx \
|
63 |
../../libupnpp/control/service.cxx \
|
61 |
../../libupnpp/device/device.cxx \
|
64 |
../../libupnpp/device/device.cxx \
|
62 |
../../libupnpp/device/vdir.cxx \
|
65 |
../../libupnpp/device/vdir.cxx \
|
|
|
66 |
../../libupnpp/getsyshwaddr.c \
|
63 |
../../libupnpp/ixmlwrap.cxx \
|
67 |
../../libupnpp/ixmlwrap.cxx \
|
64 |
../../libupnpp/log.cxx \
|
68 |
../../libupnpp/log.cxx \
|
65 |
../../libupnpp/md5.cxx \
|
69 |
../../libupnpp/md5.cxx \
|
66 |
../../libupnpp/soaphelp.cxx \
|
70 |
../../libupnpp/soaphelp.cxx \
|
67 |
../../libupnpp/upnpavutils.cxx \
|
71 |
../../libupnpp/upnpavutils.cxx \
|