initial commit

This commit is contained in:
mikhail "synzr" 2025-12-25 01:37:49 +05:00
commit 9d20827c46
2469 changed files with 470994 additions and 0 deletions

21
iris/common.pri Normal file
View file

@ -0,0 +1,21 @@
# 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
}