5 Star 12 Fork 3

curriculum-design / 快递驿站系统GUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
expresspost.pro 2.36 KB
一键复制 编辑 原始数据 按行查看 历史
怎样 提交于 2021-01-06 20:16 . 使用SG-DataBase的版本
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++11
# The following define makes your compiler emit warnings if you use
# any Qt feature that has been marked 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 it uses 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 += \
BPlusTree.cpp \
entryerror.cpp \
expressmail.cpp \
expresspay.cpp \
expressquery.cpp \
main.cpp \
mainwindow.cpp \
misinput.cpp \
packagecheck.cpp \
packagein.cpp \
packageout.cpp \
packagequery.cpp \
payment.cpp \
tableIO.cpp \
text.cpp \
unpaidquery.cpp
HEADERS += \
BPlusTree.h \
IO.h \
aggHelper.h \
basicType.h \
binarySerialize.h \
col.h \
dataOperation.h \
date.h \
entryerror.h \
error.h \
expParse.h \
express.h \
expressmail.h \
expresspay.h \
expressquery.h \
help.h \
index.h \
mainwindow.h \
misinput.h \
packagecheck.h \
packagein.h \
packageout.h \
packagequery.h \
payment.h \
record.h \
rule.h \
table.h \
tableManager.h \
text.h \
typeHelper.h \
unpaidquery.h
FORMS += \
entryerror.ui \
expressmail.ui \
expresspay.ui \
expressquery.ui \
mainwindow.ui \
misinput.ui \
packagecheck.ui \
packagein.ui \
packageout.ui \
packagequery.ui \
payment.ui \
text.ui \
unpaidquery.ui
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
RESOURCES += \
image.qrc
DISTFILES += \
android/AndroidManifest.xml \
android/build.gradle \
android/gradle/wrapper/gradle-wrapper.jar \
android/gradle/wrapper/gradle-wrapper.properties \
android/gradlew \
android/gradlew.bat \
android/res/values/libs.xml
contains(ANDROID_TARGET_ARCH,arm64-v8a) {
ANDROID_PACKAGE_SOURCE_DIR = \
$$PWD/android
}
C++
1
https://gitee.com/curriculum-design/express_station_system_gui.git
git@gitee.com:curriculum-design/express_station_system_gui.git
curriculum-design
express_station_system_gui
快递驿站系统GUI
master

搜索帮助