加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bsdiff.pro 635 Bytes
一键复制 编辑 原始数据 按行查看 历史
#-------------------------------------------------
#
# Project created by QtCreator 2020-07-11T09:56:54
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = bsdiff
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
bsdiff.cpp \
lzzip.cpp \
bspatch.cpp \
file_handler.cpp \
rom_api.cpp \
masterthread.cpp
HEADERS += mainwindow.h \
bsdiff.h \
lzzip.h \
file_handler.h \
rom_api.h \
masterthread.h
FORMS += mainwindow.ui
RC_FILE += \
myico.rc
DISTFILES +=
RESOURCES += \
resource.qrc
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化