代码拉取完成,页面将自动刷新
#-------------------------------------------------
#
# Project created by QtCreator 2018-11-09T11:09:56
#
#-------------------------------------------------
QT += core gui sql axcontainer
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = StuManagement_System
TEMPLATE = app
CONFIG+= c++11
# The following define makes your compiler emit warnings if you use
# any feature of Qt which as been marked as deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS
# You can also make your code fail to compile if you use deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
main.cpp \
mainwindow.cpp \
LoginDialog.cpp \
present/DBOper.cpp \
service/UserService.cpp \
teacher/AdminManageList.cpp \
student/StudentManageList.cpp \
student/StudentAddDialog.cpp \
teacher/AdminAddDialog.cpp \
teacher/MajorManageDialog.cpp \
teacher/DepartmentManageDialog.cpp \
teacher/ClassManageDialog.cpp \
service/BasicService.cpp \
service/StudentService.cpp \
student/StudentTermEvalDialog.cpp \
service/TeacherService.cpp \
teacher/TeacherTermEvalDialog.cpp \
teacher/TeacherCommonEvalDialog.cpp \
student/StudentEvalStandardDialog.cpp \
student/StudentEvalDialog.cpp \
teacher/TeacherEvalDialog.cpp \
teacher/TeacherEvalStandradDialog.cpp \
student/StudentListDialog.cpp \
teacher/TeacherListDialog.cpp \
present/ExportExcel.cpp \
SexItemDegelate.cpp
HEADERS += \
mainwindow.h \
LoginDialog.h \
present/DBOper.h \
service/UserService.h \
entitys.h \
teacher/AdminManageList.h \
student/StudentManageList.h \
student/StudentAddDialog.h \
teacher/AdminAddDialog.h \
teacher/MajorManageDialog.h \
teacher/DepartmentManageDialog.h \
teacher/ClassManageDialog.h \
service/BasicService.h \
service/StudentService.h \
student/StudentTermEvalDialog.h \
service/TeacherService.h \
teacher/TeacherTermEvalDialog.h \
teacher/TeacherCommonEvalDialog.h \
student/StudentEvalStandardDialog.h \
student/StudentEvalDialog.h \
teacher/TeacherEvalDialog.h \
teacher/TeacherEvalStandradDialog.h \
student/StudentListDialog.h \
teacher/TeacherListDialog.h \
present/ExportExcel.h \
SexItemDegelate.h
FORMS += \
mainwindow.ui \
LoginDialog.ui \
teacher/AdminManageList.ui \
student/StudentManageList.ui \
student/StudentAddDialog.ui \
teacher/AdminAddDialog.ui \
teacher/MajorManageDialog.ui \
teacher/DepartmentManageDialog.ui \
teacher/ClassManageDialog.ui \
student/StudentTermEvalDialog.ui \
teacher/TeacherTermEvalDialog.ui \
teacher/TeacherCommonEvalDialog.ui \
student/StudentEvalStandardDialog.ui \
student/StudentEvalDialog.ui \
teacher/TeacherEvalDialog.ui \
teacher/TeacherEvalStandradDialog.ui \
student/StudentListDialog.ui \
teacher/TeacherListDialog.ui
DESTDIR+= $${PWD}/dest
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。