27 lines
416 B
Prolog
27 lines
416 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 \
|
|
statwrd.cpp \
|
|
testcmd.cpp \
|
|
testinfo.cpp \
|
|
teststat.cpp
|
|
|
|
HEADERS += \
|
|
WDMTMKv2.h \
|
|
bcmil.h \
|
|
cmdwrd.h \
|
|
declarations.h \
|
|
mainwindow.h \
|
|
statwrd.h \
|
|
testcmd.h \
|
|
testinfo.h \
|
|
teststat.h
|