diff options
Diffstat (limited to 'tests/auto/rcc/rcc.pro')
-rw-r--r-- | tests/auto/rcc/rcc.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/rcc/rcc.pro b/tests/auto/rcc/rcc.pro index d6a208335c..1759b48a0e 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/\\\" +} + |