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

« back to all changes in this revision

Viewing changes to iris/src/irisnet/noncore/noncore.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
IRIS_BASE = $$PWD/../../..
 
2
 
 
3
QT *= network
 
4
 
 
5
irisnetcore_bundle:{
 
6
        include(../corelib/corelib.pri)
 
7
}
 
8
else {
 
9
        LIBS += -L$$IRIS_BASE/lib -lirisnetcore
 
10
}
 
11
 
 
12
INCLUDEPATH += $$PWD/../corelib
 
13
 
 
14
HEADERS += \
 
15
        $$PWD/processquit.h \
 
16
        $$PWD/stunmessage.h \
 
17
        $$PWD/stuntransaction.h \
 
18
        $$PWD/stunbinding.h \
 
19
        $$PWD/stunallocate.h \
 
20
        $$PWD/icelocaltransport.h \
 
21
        $$PWD/ice176.h
 
22
 
 
23
SOURCES += \
 
24
        $$PWD/processquit.cpp \
 
25
        $$PWD/stunmessage.cpp \
 
26
        $$PWD/stuntransaction.cpp \
 
27
        $$PWD/stunbinding.cpp \
 
28
        $$PWD/stunallocate.cpp \
 
29
        $$PWD/icelocaltransport.cpp \
 
30
        $$PWD/ice176.cpp
 
31
 
 
32
include(legacy/legacy.pri)