1 Star 0 Fork 48

sbilly/FundFileReader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
FundFileReader.pro 2.42 KB
一键复制 编辑 原始数据 按行查看 历史
幻舞奇影 提交于 2018-05-31 17:35 . 升级版本到1.5.0
#-------------------------------------------------
#
# Project created by QtCreator 2018-03-24T10:23:52
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = FFReader-x64
TEMPLATE = app
# The following define makes your compiler emit warnings if you use
# any feature of Qt which has 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
#引入excel操作库
include(xlsx/qtxlsx.pri)
#引入2048小游戏
include(2048/2048.pri)
SOURCES += \
main.cpp \
mainwindow.cpp \
utils.cpp \
ofdfiledefinition.cpp \
fielddefinition.cpp \
codeinfo.cpp \
dictionary.cpp \
dialogshowtablerow.cpp \
dialogshowtablefiledcheck.cpp \
dialogshowtablecompareview.cpp \
dialogmodifycell.cpp \
dialogaboutauthor.cpp \
dialogmergetip.cpp
HEADERS += \
mainwindow.h \
utils.h \
ofdfiledefinition.h \
fielddefinition.h \
codeinfo.h \
dictionary.h \
dialogshowtablerow.h \
dialogshowtablefiledcheck.h \
dialogshowtablecompareview.h \
dialogmodifycell.h \
dialogaboutauthor.h \
dialogmergetip.h
FORMS += \
mainwindow.ui \
dialogshowtablerow.ui \
dialogshowtablefiledcheck.ui \
dialogshowtablecompareview.ui \
dialogmodifycell.ui \
dialogaboutauthor.ui \
dialogmergetip.ui
RESOURCES += \
res.qrc
DISTFILES +=
win32{
#windows下应用图标
RC_ICONS =res/icon.ico
#版本号
VERSION = 1.5.0
# 语言
# 0x0004 表示 简体中文
RC_LANG = 0x0004
# 产品名称
QMAKE_TARGET_PRODUCT = FFReader
# 详细描述
QMAKE_TARGET_DESCRIPTION = Fund File Reader
# 版权
QMAKE_TARGET_COPYRIGHT = Copyright(C) 2018 Liudewei
}
macx{
#macOS下应用图标
ICON = res/icon.icns
#macoOS下自动打包配置文件到Resources目录
QMAKE_POST_LINK = cp $$PWD/config/*.* $$OUT_PWD/FFReader-x64.app/Contents/Resources/
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/sbilly/FundFileReader.git
[email protected]:sbilly/FundFileReader.git
sbilly
FundFileReader
FundFileReader
master

搜索帮助