31 Star 6 Fork 34

openKylin / ukui-control-center

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ukui-control-center.pro 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
nil 提交于 2024-03-08 09:35 . fix(ukui-control-center): fix shortcut update
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = \
libukcc \
changeOtherUserPwd \
changeUserPwd \
checkUserPwdWithPAM \
registeredQDbus \
plugins\
registeredSession \
shell \
group-manager-server \
tests
#默认不编译测试用例,仅自测时打开
SUBDIRS -= tests
TRANSLATIONS += \
shell/res/i18n/zh_CN.ts \
shell/res/i18n/tr.ts \
shell/res/i18n/en_US.ts \
shell/res/i18n/kk.ts \
shell/res/i18n/ky.ts \
shell/res/i18n/ug.ts \
shell/res/i18n/bo_CN.ts \
shell/res/i18n/de.ts \
shell/res/i18n/es.ts \
shell/res/i18n/fr.ts \
shell/res/i18n/lzh.ts \
shell/res/i18n/mn.ts \
shell/res/i18n/zh_Hant.ts \
shell/res/i18n/zh_HK.ts \
# Automating generation .qm files from .ts files
CONFIG(release, debug|release) {
!system($$PWD/translate_generation.sh): error("Failed to generate translation")
}
isEmpty(PREFIX) {
PREFIX = /usr
}
qm_files.path = $${PREFIX}/share/ukui-control-center/shell/res/i18n/
qm_files.files = shell/res/i18n/*.qm
ts_files.path = $${PREFIX}/share/ukui-control-center/shell/res/i18n/
ts_files.files = shell/res/i18n/*.ts
search_file.path = $${PREFIX}/share/ukui-control-center/shell/res/
search_file.files = shell/res/search.xml
INCLUDEPATH += /usr/lib/gcc/aarch64-linux-gnu/9/include/
INSTALLS += qm_files \
ts_files \
search_file
HEADERS += \
shell/utils/xatom-helper.h
SOURCES += \
shell/utils/xatom-helper.cpp
1
https://gitee.com/openkylin/ukui-control-center.git
git@gitee.com:openkylin/ukui-control-center.git
openkylin
ukui-control-center
ukui-control-center
openkylin/yangtze

搜索帮助