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/qqmlcomponent/qqmlcomponent.pro | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/auto/qml/qqmlcomponent') diff --git a/tests/auto/qml/qqmlcomponent/qqmlcomponent.pro b/tests/auto/qml/qqmlcomponent/qqmlcomponent.pro index 7cef181a4a..cf1c398ce5 100644 --- a/tests/auto/qml/qqmlcomponent/qqmlcomponent.pro +++ b/tests/auto/qml/qqmlcomponent/qqmlcomponent.pro @@ -6,9 +6,7 @@ SOURCES += tst_qqmlcomponent.cpp include (../../shared/util.pri) -testDataFiles.files = data -testDataFiles.path = . -DEPLOYMENT += testDataFiles +TESTDATA = data/* CONFIG += parallel_test -- cgit v1.2.3