Files
bitcoin/depends/packages
Hennadii Stepanov a58868d201 build: Makes rcc output always deterministic
The Qt Resource Compiler (rcc) has a command-line option
`--format-version` which has the default value 2.

The only difference from `--format-version 1` is adding a last modified
timestamp to the output file. That, in turn, forces us to use
`QT_RCC_SOURCE_DATE_OVERRIDE=1` to get deterministic builds.

This change makes rcc output always deterministic by using
`--format-version 1` option that makes usage of the
`QT_RCC_SOURCE_DATE_OVERRIDE` needless. Also it improves interaction
with ccache.

Co-authored-by: fanquake <fanquake@gmail.com>
2021-05-10 18:31:49 +03:00
..
2020-12-04 01:57:54 +02:00
2021-04-12 20:11:11 +02:00
2021-03-10 12:57:22 +08:00
2021-03-23 08:39:16 +08:00
2021-05-01 13:39:44 +08:00
2021-05-01 13:39:44 +08:00
2021-04-11 16:38:33 -04:00
2021-03-30 14:54:08 +08:00
2020-10-14 11:18:13 -04:00