Ensure stored timestamp of online-help.qch is UTC
Make sure, that the timestamp of online-help.qch, which is stored inside online-help.qhc, is in UTC. This is not relevant when the rpm is built as usual on servers using UTC, but on systems with a different local timezone.
This commit is contained in:
parent
295c9c21fd
commit
8b7b1c4cbd
@ -73,7 +73,7 @@ from xml files first generated using cppcheck.
|
||||
rm -r externals/tinyxml
|
||||
# Generate the Qt online-help file
|
||||
cd gui/help
|
||||
qhelpgenerator-qt5 online-help.qhcp -o online-help.qhc
|
||||
TZ=UTC qhelpgenerator-qt5 online-help.qhcp -o online-help.qhc
|
||||
|
||||
%build
|
||||
# Manuals
|
||||
|
Loading…
Reference in New Issue
Block a user