2015-04-16 11:50:07 -05:00
|
|
|
TEMPLATE = subdirs
|
2017-12-05 09:26:59 -06:00
|
|
|
SUBDIRS = client server ostproto ostprotogui rpc extra
|
2015-04-16 11:50:07 -05:00
|
|
|
|
2015-12-18 10:52:28 -06:00
|
|
|
client.target = client
|
|
|
|
client.file = client/ostinato.pro
|
|
|
|
client.depends = ostproto ostprotogui rpc extra
|
|
|
|
|
|
|
|
server.target = server
|
|
|
|
server.file = server/drone.pro
|
|
|
|
server.depends = ostproto rpc
|
|
|
|
|
|
|
|
ostproto.file = common/ostproto.pro
|
|
|
|
|
|
|
|
ostprotogui.file = common/ostprotogui.pro
|
|
|
|
ostprotogui.depends = extra
|
|
|
|
|
|
|
|
rpc.file = rpc/pbrpc.pro
|