diff options
Diffstat (limited to 'tests/auto/declarative/examples/examples.pro')
-rw-r--r-- | tests/auto/declarative/examples/examples.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/declarative/examples/examples.pro b/tests/auto/declarative/examples/examples.pro index 1f25769..1f99b9e 100644 --- a/tests/auto/declarative/examples/examples.pro +++ b/tests/auto/declarative/examples/examples.pro @@ -8,10 +8,11 @@ include(../../../../tools/qml/qml.pri) include(../symbianlibs.pri) -symbian: { +wince*|symbian: { importFiles.files = data importFiles.path = . DEPLOYMENT += importFiles + wince*: DEFINES += SRCDIR=\\\".\\\" } else { DEFINES += SRCDIR=\\\"$$PWD\\\" } |