From 242c92b451df1c328afe46eda4fbd59aadc15224 Mon Sep 17 00:00:00 2001 From: Honglei Zhang Date: Tue, 21 Jun 2011 12:18:34 +0300 Subject: Fix autotest build failure in qdatetime The commit 706fc1c894addd6602470b25aba686491c891a14 has unintentional modification in qdatetime.pro. tst_qdatetime.loc shall not be added to qdatetime.pro. This commit removes this line from the pro file. Task-number: QTBUG-6859 Reviewed-by: Trust Me --- tests/auto/qdatetime/qdatetime.pro | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/auto/qdatetime/qdatetime.pro b/tests/auto/qdatetime/qdatetime.pro index a3f3091..72ca333 100644 --- a/tests/auto/qdatetime/qdatetime.pro +++ b/tests/auto/qdatetime/qdatetime.pro @@ -10,4 +10,3 @@ win32-msvc|win32-msvc9x { QMAKE_CXXFLAGS_RELEASE -= -O1 } CONFIG += parallel_test -HEADERS = tst_qdatetime.loc -- cgit v0.12