~ubuntu-branches/ubuntu/jaunty/psi/jaunty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-04-14 18:57:30 UTC
  • mfrom: (2.1.9 hardy)
  • Revision ID: james.westby@ubuntu.com-20080414185730-528re3zp0m2hdlhi
Tags: 0.11-8
* added CONFIG -= link_prl to .pro files and removed dependencies
  which are made unnecessary by this change
* Fix segfault when closing last chat tab with qt4.4
  (This is from upstream svn, rev. 1101) (Closes: Bug#476122)

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