From 71b5aa1a2ad7447d9d0a1c252b4ac7b12b851d3e Mon Sep 17 00:00:00 2001 From: Janne Anttila Date: Tue, 25 Feb 2014 10:22:19 +0200 Subject: [PATCH] Removed unnecessary TESTDATA statement from qmessageauthenticationcode. QMessageAuthenticationCode autotest does not have data folder for TESTDATA. It seems that pro file is copy/pasted from another one which actually have data. Removed the unnecessary statement since it caused problems for https://codereview.qt-project.org/77981. Change-Id: Ide753e5692bd2f469217760173a9b60f2f646770 Reviewed-by: Andrew Knight Reviewed-by: Liang Qi --- .../qmessageauthenticationcode/qmessageauthenticationcode.pro | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/auto/corelib/tools/qmessageauthenticationcode/qmessageauthenticationcode.pro b/tests/auto/corelib/tools/qmessageauthenticationcode/qmessageauthenticationcode.pro index 1ea23915b7d..afd0c1176d1 100644 --- a/tests/auto/corelib/tools/qmessageauthenticationcode/qmessageauthenticationcode.pro +++ b/tests/auto/corelib/tools/qmessageauthenticationcode/qmessageauthenticationcode.pro @@ -3,5 +3,4 @@ TARGET = tst_qmessageauthenticationcode QT = core testlib SOURCES = tst_qmessageauthenticationcode.cpp -TESTDATA += data/* DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0