This commit is contained in:
2025-08-11 19:25:43 +03:00
commit 648e754d32
16 changed files with 4307 additions and 0 deletions

20
TestTa1.pro Normal file
View File

@@ -0,0 +1,20 @@
QT += testlib
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
SOURCES += \
WDMTMKv2.cpp \
bcmil.cpp \
cmdwrd.cpp \
main.cpp \
mainwindow.cpp \
testinfo.cpp
HEADERS += \
WDMTMKv2.h \
bcmil.h \
cmdwrd.h \
declarations.h \
mainwindow.h \
testinfo.h