summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeengine/qdeclarativeengine.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativeengine/qdeclarativeengine.pro')
-rw-r--r--tests/auto/declarative/qdeclarativeengine/qdeclarativeengine.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativeengine/qdeclarativeengine.pro b/tests/auto/declarative/qdeclarativeengine/qdeclarativeengine.pro
index 7119ad9..7a6f358 100644
--- a/tests/auto/declarative/qdeclarativeengine/qdeclarativeengine.pro
+++ b/tests/auto/declarative/qdeclarativeengine/qdeclarativeengine.pro
@@ -4,7 +4,9 @@ macx:CONFIG -= app_bundle
SOURCES += tst_qdeclarativeengine.cpp
-!symbian: {
+wince*: {
+ DEFINES += SRCDIR=\\\".\\\"
+} else:!symbian: {
DEFINES += SRCDIR=\\\"$$PWD\\\"
}