~ubuntu-branches/ubuntu/utopic/psi/utopic

« back to all changes in this revision

Viewing changes to iris/irisnet/jdns/jdns.pri

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2009-09-25 17:49:51 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090925174951-lvm7kdap82o8xhn3
Tags: 0.13-1
* Updated to upstream version 0.13
* Set Standards-Version to 3.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# qmake project include file
2
 
 
3
 
QT *= network
4
 
 
5
 
windows:{
6
 
        LIBS += -lWs2_32 -lAdvapi32
7
 
}
8
 
unix:{
9
 
        #QMAKE_CFLAGS += -pedantic
10
 
}
11
 
 
12
 
HEADERS += \
13
 
        $$PWD/jdns_packet.h \
14
 
        $$PWD/jdns_mdnsd.h \
15
 
        $$PWD/jdns_p.h \
16
 
        $$PWD/jdns.h \
17
 
        $$PWD/qjdns_sock.h \
18
 
        $$PWD/qjdns.h
19
 
 
20
 
SOURCES += \
21
 
        $$PWD/jdns_util.c \
22
 
        $$PWD/jdns_packet.c \
23
 
        $$PWD/jdns_mdnsd.c \
24
 
        $$PWD/jdns_sys.c \
25
 
        $$PWD/jdns.c \
26
 
        $$PWD/qjdns_sock.cpp \
27
 
        $$PWD/qjdns.cpp