~ubuntu-branches/ubuntu/oneiric/psi/oneiric

« back to all changes in this revision

Viewing changes to iris/src/irisnet/corelib/corelib.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
QT *= network
 
2
 
 
3
# libidn
 
4
#LIBS += -lidn
 
5
 
 
6
include(../../jdns/jdns.pri)
 
7
INCLUDEPATH += $$PWD/../../jdns
 
8
 
 
9
HEADERS += \
 
10
        $$PWD/jdnsshared.h \
 
11
        $$PWD/objectsession.h \
 
12
        $$PWD/irisnetexport.h \
 
13
        $$PWD/irisnetplugin.h \
 
14
        $$PWD/irisnetglobal.h \
 
15
        $$PWD/irisnetglobal_p.h \
 
16
        $$PWD/netinterface.h \
 
17
        $$PWD/netavailability.h \
 
18
        $$PWD/netnames.h
 
19
 
 
20
SOURCES += \
 
21
        $$PWD/jdnsshared.cpp \
 
22
        $$PWD/objectsession.cpp \
 
23
        $$PWD/irisnetplugin.cpp \
 
24
        $$PWD/irisnetglobal.cpp \
 
25
        $$PWD/netinterface.cpp \
 
26
        $$PWD/netavailability.cpp \
 
27
        $$PWD/netnames.cpp
 
28
 
 
29
unix {
 
30
        SOURCES += \
 
31
                $$PWD/netinterface_unix.cpp
 
32
}
 
33
 
 
34
windows {
 
35
        SOURCES += \
 
36
                $$PWD/netinterface_win.cpp
 
37
}
 
38
 
 
39
SOURCES += \
 
40
        $$PWD/netnames_jdns.cpp
 
41
 
 
42
#include(legacy/legacy.pri)
 
43
 
 
44
appledns:appledns_bundle {
 
45
        DEFINES += APPLEDNS_STATIC
 
46
        include(../appledns/appledns.pri)
 
47
}