From 6b497734df0c4f13f6b7185801fc69ce680c698c Mon Sep 17 00:00:00 2001 From: Michael Brasser Date: Wed, 12 Oct 2011 13:46:02 +1000 Subject: Use TESTDATA macro in declarative tests. Includes a few other minor cleanups as well. Task-number: QTBUG-21721 Change-Id: I5b1c2c116e63748c6b4199183212de8a00037af1 Reviewed-on: http://codereview.qt-project.org/6473 Reviewed-by: Rohan McGovern --- tests/auto/declarative/qsgflipable/qsgflipable.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/auto/declarative/qsgflipable/qsgflipable.pro') diff --git a/tests/auto/declarative/qsgflipable/qsgflipable.pro b/tests/auto/declarative/qsgflipable/qsgflipable.pro index 82816bf832..806aeb28e7 100644 --- a/tests/auto/declarative/qsgflipable/qsgflipable.pro +++ b/tests/auto/declarative/qsgflipable/qsgflipable.pro @@ -4,7 +4,9 @@ macx:CONFIG -= app_bundle SOURCES += tst_qsgflipable.cpp -DEFINES += SRCDIR=\\\"$$PWD\\\" +testDataFiles.files = data +testDataFiles.path = . +DEPLOYMENT += testDataFiles CONFIG += parallel_test -- cgit v1.2.3