diff options
Diffstat (limited to 'tests/auto/qtextcodec/test/test.pro')
-rw-r--r-- | tests/auto/qtextcodec/test/test.pro | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/auto/qtextcodec/test/test.pro b/tests/auto/qtextcodec/test/test.pro index 9c07e76..36cac7c 100644 --- a/tests/auto/qtextcodec/test/test.pro +++ b/tests/auto/qtextcodec/test/test.pro @@ -1,12 +1,17 @@ load(qttest_p4) TARGET = ../tst_qtextcodec SOURCES += ../tst_qtextcodec.cpp -wince*: { +wince*|symbian { addFiles.sources = ../*.txt addFiles.path = . DEPLOYMENT += addFiles DEPLOYMENT_PLUGIN += qcncodecs qjpcodecs qkrcodecs qtwcodecs +} + +wince*: { DEFINES += SRCDIR=\\\"\\\" +}else:symbian { + # Symbian can't define SRCDIR meaningfully here } else { DEFINES += SRCDIR=\\\"$$PWD/../\\\" } |