Files
test_ta1_usb_01/TestTa1.pro
2025-08-06 21:51:47 +03:00

19 lines
277 B
Prolog

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