From 66a184fcaf241462545b119ddfdae45cd2b2f3fe Mon Sep 17 00:00:00 2001 From: HapiFive <1143910315@qq.com> Date: Wed, 3 Jul 2024 03:55:16 +0800 Subject: update test for prefixdir configuration --- tests/projects/qt/with_ts/xmake.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/projects') diff --git a/tests/projects/qt/with_ts/xmake.lua b/tests/projects/qt/with_ts/xmake.lua index bc9bdaffc..d12ed5606 100644 --- a/tests/projects/qt/with_ts/xmake.lua +++ b/tests/projects/qt/with_ts/xmake.lua @@ -6,4 +6,7 @@ target("demo") add_files("src/*.cpp") add_files("src/mainwindow.ui") add_files("src/mainwindow.h") - add_files("src/*.ts") + add_files("src/demo_zh_CN.ts") + add_files("src/demo_zh_TW.ts", { + prefixdir = "translations" + }) \ No newline at end of file -- cgit v1.3.1