From: Martin Jones Date: Fri, 11 Nov 2011 01:42:12 +0000 (+1000) Subject: Deploy qdeclarativecontext test data files. X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=acf71fab3b3e67ba2ff92e5f75b82e4e52821924;p=konrad%2Fqtdeclarative.git Deploy qdeclarativecontext test data files. Change-Id: I7463b1b8dbfd40764c49c6988dcf8b11e9f3b255 Reviewed-by: Michael Brasser --- diff --git a/tests/auto/declarative/qdeclarativecontext/qdeclarativecontext.pro b/tests/auto/declarative/qdeclarativecontext/qdeclarativecontext.pro index 32eea59..5e48bec 100644 --- a/tests/auto/declarative/qdeclarativecontext/qdeclarativecontext.pro +++ b/tests/auto/declarative/qdeclarativecontext/qdeclarativecontext.pro @@ -3,6 +3,10 @@ TARGET = tst_qdeclarativecontext SOURCES += tst_qdeclarativecontext.cpp macx:CONFIG -= app_bundle +testDataFiles.files = data +testDataFiles.path = . +DEPLOYMENT += testDataFiles + CONFIG += parallel_test QT += core-private gui-private declarative-private testlib v8-private