mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
16 lines
402 B
Prolog
16 lines
402 B
Prolog
|
HEADERS = server.h \
|
||
|
bonjourserviceregister.h
|
||
|
SOURCES = server.cpp \
|
||
|
main.cpp \
|
||
|
bonjourserviceregister.cpp
|
||
|
QT += network
|
||
|
|
||
|
!mac:x11:LIBS+=-ldns_sd
|
||
|
|
||
|
win32 {
|
||
|
LIBS+=-ldnssd
|
||
|
# Add your path to bonjour here.
|
||
|
LIBPATH=C:/Temp/mDNSResponder-107.6/mDNSWindows/DLL/Debug
|
||
|
INCLUDEPATH += c:/Temp/mDNSResponder-107.6/mDNSShared
|
||
|
}
|