aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmltest
diff options
context:
space:
mode:
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