c285e91d4a
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.
21 lines
477 B
INI
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
|