add master slave library

This commit is contained in:
Gerhard Hoffmann 2023-11-03 08:55:58 +01:00
parent 79db0ffbe7
commit b286668e95

View File

@ -0,0 +1,5 @@
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = slave master library
slave.depends = library
master.depends = library