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

0001 IRIS_BASE = ../..
0002 
0003 TEMPLATE = lib
0004 #QT      -= gui
0005 TARGET   = iris
0006 DESTDIR  = $$IRIS_BASE/lib
0007 CONFIG  += staticlib create_prl
0008 OBJECTS_DIR = .obj
0009 MOC_DIR = .moc
0010 UI_DIR = .ui
0011 
0012 VERSION = 1.0.0
0013 
0014 !qca-static:CONFIG += crypto
0015 
0016 # static targets don't pick up prl defines
0017 DEFINES += IRISNET_STATIC
0018 
0019 include(xmpp.pri)