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

« back to all changes in this revision

Viewing changes to iris/tools/icetunnel/icetunnel.pro

  • 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 = ../..
 
2
include(../../confapp.pri)
 
3
 
 
4
CONFIG += console
 
5
CONFIG -= app_bundle
 
6
QT -= gui
 
7
QT += network
 
8
 
 
9
CONFIG *= depend_prl
 
10
 
 
11
INCLUDEPATH += ../../include ../../include/iris
 
12
 
 
13
iris_bundle:{
 
14
        include(../../src/irisnet/noncore/noncore.pri)
 
15
}
 
16
else {
 
17
        LIBS += -L$$IRIS_BASE/lib -lirisnet
 
18
}
 
19
 
 
20
# qt < 4.4 doesn't enable link_prl by default.  we could just enable it,
 
21
#   except that in 4.3 or earlier the link_prl feature is too aggressive and
 
22
#   pulls in unnecessary deps.  so, for 4.3 and earlier, we'll just explicitly
 
23
#   specify the stuff the prl should have given us.
 
24
# also, mingw seems to have broken prl support??
 
25
win32-g++|contains($$list($$[QT_VERSION]), 4.0.*|4.1.*|4.2.*|4.3.*) {
 
26
        DEFINES += IRISNET_STATIC             # from irisnet
 
27
        windows:LIBS += -lWs2_32 -lAdvapi32   # from jdns
 
28
}
 
29
 
 
30
SOURCES += main.cpp