GrabBag/GrabBagPrj/GrabBagPrj.pro

28 lines
632 B
Prolog
Raw Permalink 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 += ../VrCommon/VrCommon.pro
SUBDIRS += ../VrUtils/VrUtils.pro
SUBDIRS += ../Module/ShareMem/ShareMem.pro
SUBDIRS += ../VrNets/VrModbus.pro
SUBDIRS += ../Module/ModbusTCPServer/ModbusTCPServer.pro
SUBDIRS += ../VrEyeDevice/VrEyeDevice.pro
SUBDIRS += ../VrNets/VrTcpClient.pro
SUBDIRS += ../VrNets/VrTcpServer.pro
SUBDIRS += ../AppUtils/AppUtils.pro
# 项目(依赖 AppUtils
SUBDIRS += ../App/App.pro
# Test 测试
# SUBDIRS += ../Test/Test.pro
# 设置构建依赖顺序
# App 依赖 AppUtils(确保 AppCommonCloudUtils 等先构建)
App.depends = AppUtils