From 139f416237c52575b236c3b61e25796c83034567 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Thu, 13 Dec 2012 13:48:18 +0100 Subject: 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 --- tests/auto/tools/uic/baseline/default.ui.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/auto/tools/uic/baseline/default.ui.h') diff --git a/tests/auto/tools/uic/baseline/default.ui.h b/tests/auto/tools/uic/baseline/default.ui.h index 6503b8ebf8..b9e1475d70 100644 --- a/tests/auto/tools/uic/baseline/default.ui.h +++ b/tests/auto/tools/uic/baseline/default.ui.h @@ -1,8 +1,7 @@ /******************************************************************************** ** Form generated from reading UI file 'default.ui' ** -** Created: Fri Sep 4 10:17:13 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! ********************************************************************************/ -- cgit v1.2.3