aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmltest
diff options
context:
space:
mode:
authorCharles Yin <charles.yin@nokia.com>2011-10-04 09:35:19 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-04 12:09:45 +0200
commit4a84bd909286e89dcf7b44f809b3e32fde9cb888 (patch)
treead72d2954f7900dfdea2f7d9743a64981ac5ba52 /tests/auto/qmltest
parent400e3ca8ff88e88963a5f518142c22869050ef88 (diff)
deply testdata properly for qmltest
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>
Diffstat (limited to 'tests/auto/qmltest')
-rw-r--r--tests/auto/qmltest/qmltest.pro15
1 files changed, 7 insertions, 8 deletions
diff --git a/tests/auto/qmltest/qmltest.pro b/tests/auto/qmltest/qmltest.pro
index 1b7dad2ace..d0bc8a89cd 100644
--- a/tests/auto/qmltest/qmltest.pro
+++ b/tests/auto/qmltest/qmltest.pro
@@ -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