Deploy qdeclarativecontext test data files.
Change-Id: I7463b1b8dbfd40764c49c6988dcf8b11e9f3b255 Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
This commit is contained in:
parent
43c516be86
commit
acf71fab3b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue