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/iris.pro

22 lines
409 B
Prolog
Raw Permalink Normal View History

2025-12-25 01:37:49 +05:00
TEMPLATE = subdirs
IRIS_BASE = $$PWD
include(conf.pri)
windows:include(conf_win.pri)
include(common.pri)
# do we have a reason to enter the src dir?
appledns:!appledns_bundle:CONFIG *= build_src
!irisnetcore_bundle:CONFIG *= build_src
!iris_bundle:CONFIG *= build_src
sub_src.subdir = src
sub_tools.subdir = tools
sub_tools.depends = sub_src
build_src:SUBDIRS += sub_src
!no_tests:SUBDIRS += sub_tools