diff options
Diffstat (limited to 'tests/auto/declarative/qdeclarativetext/qdeclarativetext.pro')
-rw-r--r-- | tests/auto/declarative/qdeclarativetext/qdeclarativetext.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativetext/qdeclarativetext.pro b/tests/auto/declarative/qdeclarativetext/qdeclarativetext.pro index c0831f7..1f9862b 100644 --- a/tests/auto/declarative/qdeclarativetext/qdeclarativetext.pro +++ b/tests/auto/declarative/qdeclarativetext/qdeclarativetext.pro @@ -9,10 +9,11 @@ INCLUDEPATH += ../shared/ HEADERS += ../shared/testhttpserver.h SOURCES += ../shared/testhttpserver.cpp -symbian: { +wince*|symbian: { importFiles.files = data importFiles.path = . DEPLOYMENT += importFiles + wince*: DEFINES += SRCDIR=\\\".\\\" } else { DEFINES += SRCDIR=\\\"$$PWD\\\" } |