ostinato/ost.pro
Srivats P 23ee0e6f00 Extract libostfilegui out of libostfile
libostfile now has no GUI dependencies
2023-11-16 11:53:52 +05:30

24 lines
569 B
INI

TEMPLATE = subdirs
SUBDIRS = client server ostfile ostfilegui ostproto ostprotogui rpc extra
client.target = client
client.file = client/ostinato.pro
client.depends = ostfile ostfilegui ostproto ostprotogui rpc extra
server.target = server
server.file = server/drone.pro
server.depends = ostproto rpc
ostfile.file = common/ostfile.pro
ostfile.depends = ostproto
ostfilegui.file = common/ostfilegui.pro
ostfilegui.depends = ostfile
ostproto.file = common/ostproto.pro
ostprotogui.file = common/ostprotogui.pro
ostprotogui.depends = extra
rpc.file = rpc/pbrpc.pro