deploy testdata properly for qsgcanvasitem
authorCharles Yin <charles.yin@nokia.com>
Mon, 3 Oct 2011 23:35:05 +0000 (09:35 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 4 Oct 2011 10:10:08 +0000 (12:10 +0200)
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>

tests/auto/declarative/qsgcanvasitem/qsgcanvasitem.pro

index b22c49f..62b1611 100644 (file)
@@ -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