3 Star 0 Fork 0

openEuler-competition / Summer2021-No.16 开发DDE桌面上基于rpm的软件包安装器

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
rpminstaller.pro 944 Bytes
一键复制 编辑 原始数据 按行查看 历史
#-------------------------------------------------
#
# Project created by QtCreator 2021-06-15T11:03:54
#
#-------------------------------------------------
QT += core gui svg # 包含的模块
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = rpminstaller # 应用程序名称
TEMPLATE = app # 模板类型
DEFINES += QT_DEPRECATED_WARNINGS
CONFIG += c++11
# 所有的源文件
SOURCES += \
installthread.cpp \
main.cpp \
mainwindow.cpp \
dragdropfilearea.cpp \
pkgdetaildialog.cpp
# 所有的头文件
HEADERS += \
datastructs.h \
installthread.h \
mainwindow.h \
dragdropfilearea.h \
pkgdetaildialog.h
# UI 设计文件
FORMS += \
mainwindow.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 += \
imageassets.qrc
1
https://gitee.com/openeuler-competition/summer2021-16.git
git@gitee.com:openeuler-competition/summer2021-16.git
openeuler-competition
summer2021-16
Summer2021-No.16 开发DDE桌面上基于rpm的软件包安装器
master

搜索帮助