diff options
Diffstat (limited to 'tests/auto/declarative/qdeclarativecomponent/qdeclarativecomponent.pro')
-rw-r--r-- | tests/auto/declarative/qdeclarativecomponent/qdeclarativecomponent.pro | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativecomponent/qdeclarativecomponent.pro b/tests/auto/declarative/qdeclarativecomponent/qdeclarativecomponent.pro index 4124f94..ff90678 100644 --- a/tests/auto/declarative/qdeclarativecomponent/qdeclarativecomponent.pro +++ b/tests/auto/declarative/qdeclarativecomponent/qdeclarativecomponent.pro @@ -5,7 +5,12 @@ macx:CONFIG -= app_bundle SOURCES += tst_qdeclarativecomponent.cpp -!symbian: { +wince*|symbian: { + importFiles.files = data + importFiles.path = . + DEPLOYMENT += importFiles + wince*: DEFINES += SRCDIR=\\\".\\\" +} else { DEFINES += SRCDIR=\\\"$$PWD\\\" } |