diff options
-rw-r--r-- | tests/auto/qchar/qchar.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qchar/qchar.pro b/tests/auto/qchar/qchar.pro index f8ba1a6..2d9a9a1 100644 --- a/tests/auto/qchar/qchar.pro +++ b/tests/auto/qchar/qchar.pro @@ -11,7 +11,7 @@ DEPLOYMENT += deploy wince*: { DEFINES += SRCDIR=\\\"\\\" -} else:symbian: { +} else:if(symbian|qnx) { DEFINES += SRCDIR="" } else { DEFINES += SRCDIR=\\\"$$PWD/\\\" |