From: Charles Yin Date: Mon, 3 Oct 2011 23:35:19 +0000 (+1000) Subject: deply testdata properly for qmltest X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=4a84bd909286e89dcf7b44f809b3e32fde9cb888;p=konrad%2Fqtdeclarative.git deply testdata properly for qmltest Change-Id: I9ac2df09c5297a20934b219c3312c8a22011546a Reviewed-on: http://codereview.qt-project.org/5961 Reviewed-by: Qt Sanity Bot Reviewed-by: Charles Yin --- diff --git a/tests/auto/qmltest/qmltest.pro b/tests/auto/qmltest/qmltest.pro index 1b7dad2..d0bc8a8 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