Skip to content

Build to reference generated files by relative path (POTFILES.ui.in fix)

CMake generated POTFILES.ui.in should only ever use relative paths. If abs paths are used they end up in inkscape.pot, and eventually in all generated *.po language files, inflating git diffs with noise any time someone runs update_po_files.sh on their machine. Not to mention details of their build system making into source control.

Fixes regression from !4804 (merged)

Merge request reports