diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-05-14 02:17:12 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-05-14 02:17:12 (GMT) |
commit | 873f755d1f40619174de0436dba293729f87bac9 (patch) | |
tree | 550fc464749d72f698a7538bf742ceb8f7f6a52d /tests/auto/declarative/qdeclarativeparticles/qdeclarativeparticles.pro | |
parent | 376ca20965e7546f0d25218858583ccde872f2fb (diff) | |
parent | 1e395c0ab9676995419ae8b20e4d95ad3fe11f31 (diff) | |
download | Qt-873f755d1f40619174de0436dba293729f87bac9.zip Qt-873f755d1f40619174de0436dba293729f87bac9.tar.gz Qt-873f755d1f40619174de0436dba293729f87bac9.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'tests/auto/declarative/qdeclarativeparticles/qdeclarativeparticles.pro')
-rw-r--r-- | tests/auto/declarative/qdeclarativeparticles/qdeclarativeparticles.pro | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativeparticles/qdeclarativeparticles.pro b/tests/auto/declarative/qdeclarativeparticles/qdeclarativeparticles.pro index 8a061c3..31172a9 100644 --- a/tests/auto/declarative/qdeclarativeparticles/qdeclarativeparticles.pro +++ b/tests/auto/declarative/qdeclarativeparticles/qdeclarativeparticles.pro @@ -5,7 +5,14 @@ macx:CONFIG -= app_bundle SOURCES += tst_qdeclarativeparticles.cpp # Define SRCDIR equal to test's source directory -DEFINES += SRCDIR=\\\"$$PWD\\\" +symbian: { + DEFINES += SRCDIR=\".\" + importFiles.sources = data + importFiles.path = + DEPLOYMENT = importFiles +} else { + DEFINES += SRCDIR=\\\"$$PWD\\\" +} CONFIG += parallel_test |