1 Star 0 Fork 0

KylinOS.Dev/Kylin Desktop Integrity Checker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
deployment.pri 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
王泓 提交于 2023-11-06 16:25 . finish ui design
### Deployment
# Deploy translation files
qt_translations.path = $${DESTDIR}/translations
qt_translations.files = $$[QT_INSTALL_TRANSLATIONS]/qt_zh_CN.qm
INSTALLS += qt_translations
# Deploy binaries
win32 {
DEPLOYMENT_OPTS += --force
DEPLOYMENT_OPTS += --compiler-runtime
DEPLOYMENT_OPTS += --no-translations
DEPLOYMENT_OPTS += --force
# DEPLOYMENT_OPTS += --no-svg
# DEPLOYMENT_OPTS += --no-opengl-sw
# DEPLOYMENT_OPTS += --no-system-d3d-compiler
# lessThan(QT_MAJOR_VERSION, 6) {
# DEPLOYMENT_OPTS += --no-angle
# DEPLOYMENT_OPTS += --no-webkit2
# }
equals(TEMPLATE, app) {
DEPLOYMENT_TARGET = $${TARGET}.exe
}
equals(TEMPLATE, lib) {
DEPLOYMENT_TARGET = $${TARGET}.dll
}
CONFIG(debug, debug|release) {
DEPLOYMENT_PATH = $${DESTDIR}
}
CONFIG(release, debug|release) {
DEPLOYMENT_PATH = $${DESTDIR}/PACKAGE
deploy_translations.path = $${DEPLOYMENT_PATH}/translations
deploy_translations.files = $${qt_translations.path}/*.qm
INSTALLS += deploy_translations
deploy_binaries.path = $${DEPLOYMENT_PATH}
deploy_binaries.files = $${DESTDIR}/$${DEPLOYMENT_TARGET}
INSTALLS += deploy_binaries
}
windeployqt.commands = $$[QT_INSTALL_BINS]/windeployqt $${DEPLOYMENT_OPTS} $${DEPLOYMENT_PATH}/$${DEPLOYMENT_TARGET}
windeployqt.path = $${DEPLOYMENT_PATH}
INSTALLS += windeployqt
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/kylinos-dev/kylin-desktop-integrity-checker.git
git@gitee.com:kylinos-dev/kylin-desktop-integrity-checker.git
kylinos-dev
kylin-desktop-integrity-checker
Kylin Desktop Integrity Checker
master

搜索帮助