Files
bcrt/TestTa1.pro
2025-08-11 19:25:43 +03:00

21 lines
312 B
Prolog

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