~ubuntu-branches/ubuntu/quantal/psi/quantal

« back to all changes in this revision

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