From ecc505ffc3bee1e08c671f917e47f14cc13a0ab0 Mon Sep 17 00:00:00 2001 From: liuminghang Date: Mon, 28 Jun 2021 15:56:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=8D=E5=86=8D=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E4=BA=8Epri=E4=B8=AD=E7=9A=84=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Description: 不再依赖于pri中的翻译 Log: 不再依赖于pri中的翻译 Change-Id: I1d88a0bd876fd57c4a8ccbd302089565ba11d684 --- deepin-ocr.pro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deepin-ocr.pro b/deepin-ocr.pro index 93604e3..0806324 100644 --- a/deepin-ocr.pro +++ b/deepin-ocr.pro @@ -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文件