diff options
author | Liang Qi <liang.qi@digia.com> | 2012-12-15 14:53:20 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-12-15 16:34:50 (GMT) |
commit | 91e8baa37baea4a79641c1eb0512d609745a033b (patch) | |
tree | 618d953ec849243d0f71e9be08276332a3c06238 /tests/auto/uic/baseline/trpreviewtool.ui.h | |
parent | 21666e3857cc9d4c93c6179490c1df46a795de53 (diff) | |
download | Qt-91e8baa37baea4a79641c1eb0512d609745a033b.zip Qt-91e8baa37baea4a79641c1eb0512d609745a033b.tar.gz Qt-91e8baa37baea4a79641c1eb0512d609745a033b.tar.bz2 |
Remove the timestamp info in genarated files
For moc, rcc and uic, then it's friendly for tools like ccache.
ccache is using md5 to check file modification, but the different
timestamp info will cause different md5 for same meaningful
contents, it will disabled ccache.
Updated the autotest for uic and rcc.
Task-number: QTBUG-26589
Change-Id: I9e72ff022f722809b3f86bd9d7e0ae1e470e8eb2
(back port from qtbase/139f416237c52575b236c3b61e25796c83034567)
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'tests/auto/uic/baseline/trpreviewtool.ui.h')
-rw-r--r-- | tests/auto/uic/baseline/trpreviewtool.ui.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/uic/baseline/trpreviewtool.ui.h b/tests/auto/uic/baseline/trpreviewtool.ui.h index aa84d54..81ceabc 100644 --- a/tests/auto/uic/baseline/trpreviewtool.ui.h +++ b/tests/auto/uic/baseline/trpreviewtool.ui.h @@ -44,8 +44,7 @@ /******************************************************************************** ** Form generated from reading UI file 'trpreviewtool.ui' ** -** Created: Fri Sep 4 10:17:15 2009 -** by: Qt User Interface Compiler version 4.6.0 +** Created by: Qt User Interface Compiler version 4.8.5 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ |