summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/shared/qdeclarativedatatest.pri
Commit message (Collapse)AuthorAgeFilesLines
* Copy qmldir files into build tree with associated plugins.Matthew Vogt2012-02-151-1/+2
| | | | | | | | | | | | | The qdeclarativemoduleplugin test verifies that the plugins it constructs are correctly imported. Ths requires that the qmldir files that describe the plugins are copied into the build tree along with the plugins they refer to. QML (and .js, where relevant) files must also be copied into the same directory if they form part of the imported module. Change-Id: I827a0b678a17cac42aadc4f2176fdd8bd693aab1 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Add QDeclarativeDataTest base class to locate test data.Friedemann Kleint2012-02-091-0/+6
- Remove TEST_FILE and TEST_DATA macros in favour of base class that uses QFINDTESTDATA to locate the data. This avoids repeated searching and handles Windows correctly (executables in release/debug subfolders). - Modeled after an existing class in the QtQuick2 tests (see qtdeclarative\tests\auto\shared\util.*). Change-Id: I9e595953328fb552648cef4c7f712d9000f53832 Reviewed-by: Matthew Vogt <matthew.vogt@nokia.com>