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>
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