fix: 不再依赖于pri中的翻译

Description:  不再依赖于pri中的翻译

Log: 不再依赖于pri中的翻译
Change-Id: I1d88a0bd876fd57c4a8ccbd302089565ba11d684
This commit is contained in:
liuminghang 2021-06-28 15:56:17 +08:00
parent cb69768a9f
commit ecc505ffc3

View File

@ -53,10 +53,10 @@ QT += dtkwidget
#installs
target.path=/usr/bin
#翻译
isEmpty(TRANSLATIONS) {
include(./translations.pri)
}
##翻译
#isEmpty(TRANSLATIONS) {
# include(./translations.pri)
#}
CONFIG(release, debug|release) {
TRANSLATIONS = $$files($$PWD/translations/*.ts)
#遍历目录中的ts文件调用lrelease将其生成为qm文件