diff options
author | Joona Petrell <joona.t.petrell@nokia.com> | 2010-04-30 15:11:11 +1000 |
---|---|---|
committer | Joona Petrell <joona.t.petrell@nokia.com> | 2010-05-14 10:45:40 +1000 |
commit | 1e395c0ab9676995419ae8b20e4d95ad3fe11f31 (patch) | |
tree | 4ec1d34bd8ce057736c9a48d31139696872094c0 /tests/auto/declarative/qdeclarativedom | |
parent | 169e7558fd731abdfceed00e5b2ca03c634e8d5d (diff) | |
download | qt4-tools-1e395c0ab9676995419ae8b20e4d95ad3fe11f31.tar.gz |
Symbian build fix to declarative auto and benchmark tests
Task-number: QTBUG-9491
Reviewed-by: Martin Jones
Diffstat (limited to 'tests/auto/declarative/qdeclarativedom')
-rw-r--r-- | tests/auto/declarative/qdeclarativedom/qdeclarativedom.pro | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativedom/qdeclarativedom.pro b/tests/auto/declarative/qdeclarativedom/qdeclarativedom.pro index 466c563273..9f1e50c77f 100644 --- a/tests/auto/declarative/qdeclarativedom/qdeclarativedom.pro +++ b/tests/auto/declarative/qdeclarativedom/qdeclarativedom.pro @@ -4,7 +4,14 @@ macx:CONFIG -= app_bundle SOURCES += tst_qdeclarativedom.cpp -DEFINES += SRCDIR=\\\"$$PWD\\\" +symbian: { + DEFINES += SRCDIR=\".\" + importFiles.sources = data + importFiles.path = + DEPLOYMENT = importFiles +} else { + DEFINES += SRCDIR=\\\"$$PWD\\\" +} CONFIG += parallel_test |