From b044ca189f31c9db702961e68b1a641aba995b50 Mon Sep 17 00:00:00 2001 From: zhaikangning <857458455@qq.com> Date: Wed, 13 Jan 2021 19:21:44 +0800 Subject: [PATCH] Solve the problem that ppa compilation fails that cannot find translations files --- src/src.pro | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/src.pro b/src/src.pro index 5cb20f4..a059a80 100644 --- a/src/src.pro +++ b/src/src.pro @@ -67,3 +67,8 @@ LIBS += -L$$OUT_PWD/../libsearch -lukui-search -L$$OUT_PWD/../libchinese-segment INCLUDEPATH += $$PWD/../libsearch DEPENDPATH += $$PWD/../libsearch + +DISTFILES += \ + translations/bo.ts \ + translations/es.qm \ + translations/zh_CN.qm