Compare commits

...

3 Commits

Author SHA1 Message Date
GerhardHoffmann b286668e95 add master slave library 2023-11-03 08:55:58 +01:00
GerhardHoffmann 79db0ffbe7 init 2023-11-03 08:54:58 +01:00
GerhardHoffmann cdd968383e init 2023-11-03 08:51:45 +01:00
4 changed files with 5 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = slave master library
slave.depends = library
master.depends = library
View File
View File
View File