13 lines
416 B
Prolog
13 lines
416 B
Prolog
|
|
TEMPLATE = subdirs
|
||
|
|
|
||
|
|
# 撕裂项目
|
||
|
|
SUBDIRS += BeltTearingConfig/BeltTearingConfig.pro
|
||
|
|
SUBDIRS += BeltTearingApp/BeltTearingApp.pro
|
||
|
|
SUBDIRS += BeltTearingServer/BeltTearingServer.pro
|
||
|
|
|
||
|
|
# 设置编译顺序依赖
|
||
|
|
BeltTearingApp.depends += ../../../VrNets/VrTcpClient.pro
|
||
|
|
BeltTearingApp.depends += BeltTearingConfig/BeltTearingConfig.pro
|
||
|
|
|
||
|
|
BeltTearingServer.depends += BeltTearingConfig/BeltTearingConfig.pro
|