diff options
Diffstat (limited to 'tests/auto/declarative/parserstress/parserstress.pro')
-rw-r--r-- | tests/auto/declarative/parserstress/parserstress.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/declarative/parserstress/parserstress.pro b/tests/auto/declarative/parserstress/parserstress.pro index 6ef2432..a9b28ef 100644 --- a/tests/auto/declarative/parserstress/parserstress.pro +++ b/tests/auto/declarative/parserstress/parserstress.pro @@ -4,10 +4,11 @@ macx:CONFIG -= app_bundle SOURCES += tst_parserstress.cpp -symbian: { +wince*|symbian: { importFiles.files = ..\\..\\qscriptjstestsuite\\tests importFiles.path = . DEPLOYMENT += importFiles + wince*: DEFINES += SRCDIR=\\\".\\\" } else { DEFINES += SRCDIR=\\\"$$PWD\\\" } |