GrabBag/AppUtils/AppUtils.pro

11 lines
298 B
Prolog
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

TEMPLATE = subdirs
SUBDIRS += ../AppUtils/UICommon/UICommon.pro
SUBDIRS += ../AppUtils/CloudUtils/CloudUtils.pro
SUBDIRS += ../AppUtils/AppCommon/AppCommon.pro
# 设置构建依赖顺序
# AppCommon 依赖 CloudUtils(因为使用了 LaserDataLoader
AppCommon.depends = CloudUtils