diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-05-14 03:45:57 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-05-14 03:45:57 (GMT) |
commit | 677d06cecb44c482c72d1e987e3f923a73fcedd2 (patch) | |
tree | d54f137eca7945796c36a881cceba4a4550ff9a9 /tests/auto/declarative/qdeclarativebinding/qdeclarativebinding.pro | |
parent | 645b9ee9dd6e0576542cc61872ecedb408ca8a89 (diff) | |
parent | 5cd963d2628ed7c01d331cdad03b4d77161c8b93 (diff) | |
download | Qt-677d06cecb44c482c72d1e987e3f923a73fcedd2.zip Qt-677d06cecb44c482c72d1e987e3f923a73fcedd2.tar.gz Qt-677d06cecb44c482c72d1e987e3f923a73fcedd2.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'tests/auto/declarative/qdeclarativebinding/qdeclarativebinding.pro')
-rw-r--r-- | tests/auto/declarative/qdeclarativebinding/qdeclarativebinding.pro | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativebinding/qdeclarativebinding.pro b/tests/auto/declarative/qdeclarativebinding/qdeclarativebinding.pro index 04dd6f5..04535db 100644 --- a/tests/auto/declarative/qdeclarativebinding/qdeclarativebinding.pro +++ b/tests/auto/declarative/qdeclarativebinding/qdeclarativebinding.pro @@ -5,7 +5,14 @@ macx:CONFIG -= app_bundle SOURCES += tst_qdeclarativebinding.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 |