This repository has been archived on 2025-12-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
yachat/iris-legacy/iris/irisnet/jdns/jdns.pri

28 lines
410 B
Text
Raw Normal View History

2025-12-25 01:37:49 +05:00
# qmake project include file
QT *= network
windows:{
LIBS += -lWs2_32 -lAdvapi32
}
unix:{
#QMAKE_CFLAGS += -pedantic
}
HEADERS += \
$$PWD/jdns_packet.h \
$$PWD/jdns_mdnsd.h \
$$PWD/jdns_p.h \
$$PWD/jdns.h \
$$PWD/qjdns_sock.h \
$$PWD/qjdns.h
SOURCES += \
$$PWD/jdns_util.c \
$$PWD/jdns_packet.c \
$$PWD/jdns_mdnsd.c \
$$PWD/jdns_sys.c \
$$PWD/jdns.c \
$$PWD/qjdns_sock.cpp \
$$PWD/qjdns.cpp