diff options
author | Liang Qi <liang.qi@digia.com> | 2012-12-13 13:48:18 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-12-15 11:32:38 +0100 |
commit | 139f416237c52575b236c3b61e25796c83034567 (patch) | |
tree | f2a5f14c8f06409d4ae8fc917032caf79538ca0a /tests/auto/tools/uic/baseline/qtgradientview.ui.h | |
parent | d914017ebe827d911d02f8b8cbdac8cc37089959 (diff) | |
download | qtbase-139f416237c52575b236c3b61e25796c83034567.tar.gz |
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: I9f1dcf6cd826ad9603af6e183757bcd748c32bd1
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'tests/auto/tools/uic/baseline/qtgradientview.ui.h')
-rw-r--r-- | tests/auto/tools/uic/baseline/qtgradientview.ui.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/tools/uic/baseline/qtgradientview.ui.h b/tests/auto/tools/uic/baseline/qtgradientview.ui.h index 3d2ae98b94..5847730235 100644 --- a/tests/auto/tools/uic/baseline/qtgradientview.ui.h +++ b/tests/auto/tools/uic/baseline/qtgradientview.ui.h @@ -1,8 +1,7 @@ /******************************************************************************** ** Form generated from reading UI file 'qtgradientview.ui' ** -** Created: Fri Sep 4 10:17:14 2009 -** by: Qt User Interface Compiler version 4.6.0 +** Created by: Qt User Interface Compiler version 5.0.0 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ |