From 72f4ccecf457eaa34469e9d7c2d05802214904d6 Mon Sep 17 00:00:00 2001 From: Kurt Korbatits Date: Tue, 6 Mar 2012 14:48:21 +1000 Subject: Changed quick tests to work from install directory - Changed tests to use TESTDATA - added check for cross_compile option to skip when sources not available Change-Id: I1f382794ff982bbc07fc20438a4e4a8c8b8d565f Reviewed-by: Michael Brasser Reviewed-by: Jason McDonald --- tests/auto/quick/qquickanimations/qquickanimations.pro | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/auto/quick/qquickanimations') diff --git a/tests/auto/quick/qquickanimations/qquickanimations.pro b/tests/auto/quick/qquickanimations/qquickanimations.pro index 0e432ab9f1..d9c3ea28c1 100644 --- a/tests/auto/quick/qquickanimations/qquickanimations.pro +++ b/tests/auto/quick/qquickanimations/qquickanimations.pro @@ -6,9 +6,7 @@ include (../../shared/util.pri) macx:CONFIG -= app_bundle -testDataFiles.files = data -testDataFiles.path = . -DEPLOYMENT += testDataFiles +TESTDATA = data/* CONFIG += parallel_test -- cgit v1.2.3