diff options
author | Honglei Zhang <honglei.zhang@nokia.com> | 2011-06-21 09:18:34 (GMT) |
---|---|---|
committer | Honglei Zhang <honglei.zhang@nokia.com> | 2011-06-21 09:18:34 (GMT) |
commit | 242c92b451df1c328afe46eda4fbd59aadc15224 (patch) | |
tree | 4582bff4165e8a229df995252b24ad4ca9e23740 /tests/auto/qdatetime | |
parent | 282cc3b4bcffb5960631c50e43f302a7e26f4ac7 (diff) | |
download | Qt-242c92b451df1c328afe46eda4fbd59aadc15224.zip Qt-242c92b451df1c328afe46eda4fbd59aadc15224.tar.gz Qt-242c92b451df1c328afe46eda4fbd59aadc15224.tar.bz2 |
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
Diffstat (limited to 'tests/auto/qdatetime')
-rw-r--r-- | tests/auto/qdatetime/qdatetime.pro | 1 |
1 files changed, 0 insertions, 1 deletions
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 |