Bug 1606 - Qt translation modifies source files during compilation
Summary: Qt translation modifies source files during compilation
Status: CONFIRMED
Alias: None
Product: PulseView
Classification: Unclassified
Component: Build system (show other bugs)
Version: unreleased development snapshot
Hardware: All All
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-13 20:45 CEST by Gerhard Sittig
Modified: 2020-09-13 20:45 CEST (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gerhard Sittig 2020-09-13 20:45:43 CEST
This goes unnoticed for in-source builds, but becomes obvious for out-of-source 
build configurations. The compilation of sources to create binary executables 
also modifies .ts files in the source tree. Which dirties the sources and thus 
falsifies version information, and is troublesome when several output trees 
reference the same source tree.

How to reproduce:
- get the pulseview source tree, see it matches the checked out version
- create an output directory in a different location, and chdir there
- cmake $SRCDIR && make
- chdir to the source dir, it's not in the state it was in before compilation