diff options
| -rw-r--r-- | tests/projects/qt/with_ts/xmake.lua | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
