aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorCharles Yin <charles.yin@nokia.com>2011-10-04 09:35:05 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-04 12:10:08 +0200
commit2b4696230091fd70cd51c07a83c15bd2dbbd21ab (patch)
tree9f21edb0d9e2c9259327835166dc2de70430aadd /tests
parent4a84bd909286e89dcf7b44f809b3e32fde9cb888 (diff)
deploy testdata properly for qsgcanvasitem
Change-Id: I7e5d907a4ba41ad077ea7bc91c5eba255312c41e Reviewed-on: http://codereview.qt-project.org/5960 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Charles Yin <charles.yin@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qsgcanvasitem/qsgcanvasitem.pro9
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/auto/declarative/qsgcanvasitem/qsgcanvasitem.pro b/tests/auto/declarative/qsgcanvasitem/qsgcanvasitem.pro
index b22c49f379..62b1611fda 100644
--- a/tests/auto/declarative/qsgcanvasitem/qsgcanvasitem.pro
+++ b/tests/auto/declarative/qsgcanvasitem/qsgcanvasitem.pro
@@ -1,5 +1,10 @@
QT += core-private gui-private declarative-private widgets
-TE=app
+TEMPLATE=app
TARGET=tst_qsgcanvasitem
+
CONFIG += warn_on qmltestcase
-SOURCES += tst_qsgcanvasitem.cpp \ No newline at end of file
+SOURCES += tst_qsgcanvasitem.cpp
+
+importFiles.files = data
+importFiles.path = .
+DEPLOYMENT += importFiles