Compare commits

..

No commits in common. "patch-1" and "master" have entirely different histories.

View file

@ -1,64 +1,61 @@
win32 { win32 {
TEMPLATE = vcapp TEMPLATE = vcapp
} }
else { else {
TEMPLATE = app TEMPLATE = app
} }
TARGET = afutrainer TARGET = afutrainer
QT += gui xml QT += qt gui xml
QT += widgets
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x000000
QMAKE_LFLAGS += -lz
HEADERS = mainwindow.h \ HEADERS = mainwindow.h \
catalogmodel.h \ catalogmodel.h \
questionmodel.h \ questionmodel.h \
dlglearn.h \ dlglearn.h \
dlgviewquestion.h \ dlgviewquestion.h \
question.h \ question.h \
chapter.h \ chapter.h \
catalog.h \ catalog.h \
dlglearnassistant.h \ dlglearnassistant.h \
answer.h \ answer.h \
helper.h \ helper.h \
chaptermodel.h \ chaptermodel.h \
osziparchive.h \ osziparchive.h \
dlginformation.h \ dlginformation.h \
exam.h \ exam.h \
dlgexam.h \ dlgexam.h \
dlgexamselect.h \ dlgexamselect.h \
error.h \ error.h \
tools.h \ tools.h \
dlglearnstatistic.h \ dlglearnstatistic.h \
dlgexamstatistic.h \ dlgexamstatistic.h \
plotwidget.h \ plotwidget.h \
recentfiles.h recentfiles.h
SOURCES = main.cpp \ SOURCES = main.cpp \
mainwindow.cpp \ mainwindow.cpp \
catalogmodel.cpp \ catalogmodel.cpp \
questionmodel.cpp \ questionmodel.cpp \
dlglearn.cpp \ dlglearn.cpp \
dlgviewquestion.cpp \ dlgviewquestion.cpp \
question.cpp \ question.cpp \
chapter.cpp \ chapter.cpp \
catalog.cpp \ catalog.cpp \
dlglearnassistant.cpp \ dlglearnassistant.cpp \
answer.cpp \ answer.cpp \
helper.cpp \ helper.cpp \
chaptermodel.cpp \ chaptermodel.cpp \
osziparchive.cpp \ osziparchive.cpp \
dlginformation.cpp \ dlginformation.cpp \
exam.cpp \ exam.cpp \
dlgexam.cpp \ dlgexam.cpp \
dlgexamselect.cpp \ dlgexamselect.cpp \
error.cpp \ error.cpp \
tools.cpp \ tools.cpp \
dlglearnstatistic.cpp \ dlglearnstatistic.cpp \
dlgexamstatistic.cpp \ dlgexamstatistic.cpp \
plotwidget.cpp \ plotwidget.cpp \
recentfiles.cpp recentfiles.cpp
FORMS = mainwindow.ui dlglearn.ui dlgviewquestion.ui dlglearnassistant.ui dlginformation.ui dlgexamselect.ui dlgexam.ui dlglearnstatistic.ui dlgexamstatistic.ui FORMS = mainwindow.ui dlglearn.ui dlgviewquestion.ui dlglearnassistant.ui dlginformation.ui dlgexamselect.ui dlgexam.ui dlglearnstatistic.ui dlgexamstatistic.ui
RC_FILE = afutrainer.rc RC_FILE = afutrainer.rc
RESOURCES += afutrainer.qrc RESOURCES += afutrainer.qrc