18 lines
399 B
INI
18 lines
399 B
INI
TEMPLATE = subdirs
|
|
SUBDIRS = client server ostproto ostprotogui rpc extra
|
|
|
|
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
|