19 lines
277 B
Prolog
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
|