ostinato/ost.pro
Srivats P c285e91d4a Extract libostfile from libprotogui
All .pro file changes only

libostfile still has GUI dependency due to PCAP import options UI.
Need to see if we can remove that - maybe extract into a separate
libostfilegui.
2023-11-16 11:53:52 +05:30

21 lines
477 B
INI

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