deply testdata properly for qmltest
authorCharles Yin <charles.yin@nokia.com>
Mon, 3 Oct 2011 23:35:19 +0000 (09:35 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 4 Oct 2011 10:09:45 +0000 (12:09 +0200)
Change-Id: I9ac2df09c5297a20934b219c3312c8a22011546a
Reviewed-on: http://codereview.qt-project.org/5961
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Charles Yin <charles.yin@nokia.com>
tests/auto/qmltest/qmltest.pro

index 1b7dad2..d0bc8a8 100644 (file)
@@ -3,11 +3,10 @@ TARGET=tst_qmltest
 CONFIG += warn_on qmltestcase
 SOURCES += tst_qmltest.cpp
 
-OTHER_FILES += \
-    selftests/tst_selftests.qml \
-    qdeclarativebinding/tst_binding2.qml \
-    qdeclarativebinding/tst_binding.qml \
-    selftests/tst_compare.qml \
-    selftests/tst_compare_quickobjects.qml
-
-CONFIG+=insignificant_test
+
+importFiles.files = borderimage  buttonclick  createbenchmark  events  qdeclarativebinding selftests
+
+importFiles.path = .
+DEPLOYMENT += importFiles
+
+CONFIG+=insignificant_test
\ No newline at end of file