This repository has been archived on 2025-12-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
yachat/iris/common.pri

22 lines
439 B
Text
Raw Normal View History

2025-12-25 01:37:49 +05:00
# common stuff for iris.pro and iris.pri
# FIXME: Remove this
DEFINES += IRIS_XMPP_JID_DEPRECATED
# DEFINES += YAPSI
# default build configuration
!iris_build_pri {
# build appledns on mac
mac:CONFIG += appledns
# bundle appledns inside of irisnetcore on mac
mac:CONFIG += appledns_bundle
# bundle irisnetcore inside of iris
CONFIG += irisnetcore_bundle
# don't build iris, app will include iris.pri
#CONFIG += iris_bundle
}