aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.h
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-04-11 15:42:00 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-05-10 18:31:49 +0300
commita58868d201cb6d263aa552815f7f86562c1ca9a5 (patch)
tree164050cc82cbebb8b8c37df80181c1d99cfd5461 /src/qt/walletmodel.h
parent32692d26813ba099c1451ae5941d38923bec761c (diff)
downloadbitcoin-a58868d201cb6d263aa552815f7f86562c1ca9a5.tar.xz
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>
Diffstat (limited to 'src/qt/walletmodel.h')
0 files changed, 0 insertions, 0 deletions