fix: 不再依赖于pri中的翻译
Description: 不再依赖于pri中的翻译 Log: 不再依赖于pri中的翻译 Change-Id: I1d88a0bd876fd57c4a8ccbd302089565ba11d684
This commit is contained in:
parent
cb69768a9f
commit
ecc505ffc3
|
@ -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文件
|
||||
|
|
Loading…
Reference in New Issue
Block a user