Tell custom_target to place output file in meson.current_source_dir() instead of meson.current_build_dir() #13575
Unanswered
aullidolunar
asked this question in
Q&A
Replies: 1 comment 5 replies
-
What you really want I think is https://mesonbuild.com/Qt6-module.html#compile_translations It will return a series of custom_targets for you.
But you can use |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I creating my ts file like this:
For example: es_MX.ts is placed in meson.current_build_dir(), but I'd like to be placed in meson.current_source_dir() so I can use ts_file for later, anyway to set the output dir for custom_target?
Beta Was this translation helpful? Give feedback.
All reactions