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:
Wolfgang Stöggl 2020-10-23 21:40:30 +02:00
parent 295c9c21fd
commit 8b7b1c4cbd
1 changed files with 1 additions and 1 deletions

View File

@ -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