Compare commits

...

3 Commits

Author SHA1 Message Date
b286668e95 add master slave library 2023-11-03 08:55:58 +01:00
79db0ffbe7 init 2023-11-03 08:54:58 +01:00
cdd968383e init 2023-11-03 08:51:45 +01:00
4 changed files with 5 additions and 0 deletions

5
DCLibTest.pro Normal file
View File

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

0
library/library.pro Normal file
View File

0
master/master.pro Normal file
View File

0
slave/slave.pro Normal file
View File