testing v1

This commit is contained in:
2025-08-06 21:51:47 +03:00
commit 416ab1ffb1
12 changed files with 3668 additions and 0 deletions

18
TestTa1.pro Normal file
View File

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