summaryrefslogtreecommitdiffstats
path: root/tests/auto/rcc/rcc.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/rcc/rcc.pro')
-rw-r--r--tests/auto/rcc/rcc.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/rcc/rcc.pro b/tests/auto/rcc/rcc.pro
index d6a2083..1759b48 100644
--- a/tests/auto/rcc/rcc.pro
+++ b/tests/auto/rcc/rcc.pro
@@ -4,3 +4,9 @@ TARGET = tst_rcc
SOURCES += tst_rcc.cpp
+wince* {
+ DEFINES += SRCDIR=\\\"\\\"
+} else {
+ DEFINES += SRCDIR=\\\"$$PWD/\\\"
+}
+