From 65764c0334e92c7229457c1bc412f262c9ffdb8a Mon Sep 17 00:00:00 2001 From: Kurt Korbatits Date: Tue, 6 Mar 2012 14:01:34 +1000 Subject: Changed qml tests to work from install directory - Changed tests to use TESTDATA - moved qqmlcontext to private test as it contains private header - added check for cross_compile option to skip when sources not available Change-Id: I0f68f58ffcb1b41b8e40a9851e3e003fe72ee2f9 Reviewed-by: Jason McDonald Reviewed-by: Michael Brasser --- tests/auto/qml/qquickworkerscript/qquickworkerscript.pro | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/auto/qml/qquickworkerscript') diff --git a/tests/auto/qml/qquickworkerscript/qquickworkerscript.pro b/tests/auto/qml/qquickworkerscript/qquickworkerscript.pro index e9c358c3cc..a1b9fdd65b 100644 --- a/tests/auto/qml/qquickworkerscript/qquickworkerscript.pro +++ b/tests/auto/qml/qquickworkerscript/qquickworkerscript.pro @@ -6,9 +6,7 @@ SOURCES += tst_qquickworkerscript.cpp include (../../shared/util.pri) -testDataFiles.files = data -testDataFiles.path = . -DEPLOYMENT += testDataFiles +TESTDATA = data/* CONFIG += parallel_test -- cgit v1.2.3