diff options
author | Joona Petrell <joona.t.petrell@nokia.com> | 2010-09-09 06:43:07 (GMT) |
---|---|---|
committer | Joona Petrell <joona.t.petrell@nokia.com> | 2010-09-09 06:45:31 (GMT) |
commit | e69c998f65a9cfe800d71cca4524bce4c16a661f (patch) | |
tree | 81be6fd08ce645a371c962c9251a32bcc10c423c /tests/auto/declarative | |
parent | 525593a49472ebe412ee0c7b5a53547f372ad05e (diff) | |
download | Qt-e69c998f65a9cfe800d71cca4524bce4c16a661f.zip Qt-e69c998f65a9cfe800d71cca4524bce4c16a661f.tar.gz Qt-e69c998f65a9cfe800d71cca4524bce4c16a661f.tar.bz2 |
Fix qdeclarativeimageprovider autotest compilation on Symbian
Task-number:
Reviewed-by: Michael Brasser
Diffstat (limited to 'tests/auto/declarative')
-rw-r--r-- | tests/auto/declarative/qdeclarativeimageprovider/qdeclarativeimageprovider.pro | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/auto/declarative/qdeclarativeimageprovider/qdeclarativeimageprovider.pro b/tests/auto/declarative/qdeclarativeimageprovider/qdeclarativeimageprovider.pro index bdb6423..3bf0ea1 100644 --- a/tests/auto/declarative/qdeclarativeimageprovider/qdeclarativeimageprovider.pro +++ b/tests/auto/declarative/qdeclarativeimageprovider/qdeclarativeimageprovider.pro @@ -8,11 +8,7 @@ SOURCES += tst_qdeclarativeimageprovider.cpp # QMAKE_CXXFLAGS = -fprofile-arcs -ftest-coverage # LIBS += -lgcov -symbian: { - importFiles.sources = data - importFiles.path = . - DEPLOYMENT = importFiles -} else { +!symbian: { DEFINES += SRCDIR=\\\"$$PWD\\\" } |