21 lines
312 B
Prolog
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
|