Warning, /games/ksirk/ksirk/iris/src/jdns/jdns.pri is written in an unsupported language. File is not indexed.

0001 # qmake project include file
0002 
0003 QT *= network
0004 
0005 windows:{
0006         LIBS += -lWs2_32 -lAdvapi32
0007 }
0008 unix:{
0009         #QMAKE_CFLAGS += -pedantic
0010 }
0011 
0012 HEADERS += \
0013         $$PWD/jdns_packet.h \
0014         $$PWD/jdns_mdnsd.h \
0015         $$PWD/jdns_p.h \
0016         $$PWD/jdns.h \
0017         $$PWD/qjdns_sock.h \
0018         $$PWD/qjdns.h
0019 
0020 SOURCES += \
0021         $$PWD/jdns_util.c \
0022         $$PWD/jdns_packet.c \
0023         $$PWD/jdns_mdnsd.c \
0024         $$PWD/jdns_sys.c \
0025         $$PWD/jdns.c \
0026         $$PWD/qjdns_sock.cpp \
0027         $$PWD/qjdns.cpp