Warning, /games/ksirk/ksirk/iris/common.pri is written in an unsupported language. File is not indexed.

0001 # common stuff for iris.pro and iris.pri
0002 
0003 # FIXME: Remove this
0004 DEFINES += IRIS_XMPP_JID_DEPRECATED
0005 
0006 # default build configuration
0007 !iris_build_pri {
0008         # build appledns on mac
0009         mac:CONFIG += appledns
0010 
0011         # bundle appledns inside of irisnetcore on mac
0012         mac:CONFIG += appledns_bundle
0013 
0014         # bundle irisnetcore inside of iris
0015         CONFIG += irisnetcore_bundle
0016 
0017         # don't build iris, app will include iris.pri
0018         #CONFIG += iris_bundle
0019 }