diff options
| author | HapiFive <[email protected]> | 2024-07-03 03:55:16 +0800 |
|---|---|---|
| committer | HapiFive <[email protected]> | 2024-07-03 03:55:16 +0800 |
| commit | 66a184fcaf241462545b119ddfdae45cd2b2f3fe (patch) | |
| tree | 346329d1b4c098da5fd0ec41cc8752eca0527d88 | |
| parent | bdf2e844c26e0b2e08b44bfc998de2c1b2c61dbe (diff) | |
update test for prefixdir configuration
| -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 |
