Warning, /games/ksirk/ksirk/iris/tools/nettool/nettool.pro is written in an unsupported language. File is not indexed.

0001 IRIS_BASE = ../..
0002 include(../../confapp.pri)
0003 
0004 CONFIG += console
0005 CONFIG -= app_bundle
0006 QT -= gui
0007 QT += network
0008 DESTDIR = ../../bin
0009 
0010 CONFIG *= depend_prl
0011 
0012 INCLUDEPATH += ../../include ../../include/iris
0013 
0014 iris_bundle:{
0015         include(../../src/irisnet/noncore/noncore.pri)
0016 }
0017 else {
0018         LIBS += -L$$IRIS_BASE/lib -lirisnet
0019 }
0020 
0021 # qt < 4.4 doesn't enable link_prl by default.  we could just enable it,
0022 #   except that in 4.3 or earlier the link_prl feature is too aggressive and
0023 #   pulls in unnecessary deps.  so, for 4.3 and earlier, we'll just explicitly
0024 #   specify the stuff the prl should have given us.
0025 # also, mingw seems to have broken prl support??
0026 win32-g++|contains($$list($$[QT_VERSION]), 4.0.*|4.1.*|4.2.*|4.3.*) {
0027         DEFINES += IRISNET_STATIC             # from irisnet
0028         windows:LIBS += -lWs2_32 -lAdvapi32   # from jdns
0029 }
0030 
0031 SOURCES += main.cpp