HomePhabricator

build: qt: split locale resources. Fixes non-deterministic distcheck
38e324af8693Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

build: qt: split locale resources. Fixes non-deterministic distcheck

The rcc tool is quirky and only honors files in the same directory as the qrc.
When doing an out-of-tree build (as 'make distcheck' does), the generated
translation files end up in a different path, so rcc can't find them.

Split them up so that rcc is run twice: once for static source files and once
for generated files.

Details

Provenance
Cory Fields <cory-nospam-@coryfields.com>Authored on Jun 10 2014, 19:43
deadalnixPushed on May 14 2017, 22:04
Parents
rABC3d7399cb171c: Merge pull request #4318 from laanwj/2014_06_script_unused_debugging
Branches
Unknown
Tags
Unknown

Event Timeline

Cory Fields <cory-nospam-@coryfields.com> committed rABC38e324af8693: build: qt: split locale resources. Fixes non-deterministic distcheck (authored by Cory Fields <cory-nospam-@coryfields.com>).Jun 10 2014, 19:53