当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
StuManagement_System.pro 3.36 KB
一键复制 编辑 原始数据 按行查看 历史
蚂蚁不还花呗 提交于 2018-11-18 21:52 . 同上
#-------------------------------------------------
#
# 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化