This commit is contained in:
2025-09-16 12:08:45 +03:00
parent 648e754d32
commit 105b4e79da
21 changed files with 984 additions and 289 deletions

View File

@@ -9,7 +9,10 @@ SOURCES += \
cmdwrd.cpp \
main.cpp \
mainwindow.cpp \
testinfo.cpp
statwrd.cpp \
testcmd.cpp \
testinfo.cpp \
teststat.cpp
HEADERS += \
WDMTMKv2.h \
@@ -17,4 +20,7 @@ HEADERS += \
cmdwrd.h \
declarations.h \
mainwindow.h \
testinfo.h
statwrd.h \
testcmd.h \
testinfo.h \
teststat.h