summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/codecs/qtextcodec/test/test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/codecs/qtextcodec/test/test.pro')
-rw-r--r--tests/auto/corelib/codecs/qtextcodec/test/test.pro5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/auto/corelib/codecs/qtextcodec/test/test.pro b/tests/auto/corelib/codecs/qtextcodec/test/test.pro
index 2188d2f22f..1ec278d9ea 100644
--- a/tests/auto/corelib/codecs/qtextcodec/test/test.pro
+++ b/tests/auto/corelib/codecs/qtextcodec/test/test.pro
@@ -16,7 +16,7 @@ win32: {
TARGET = tst_qtextcodec
}
-wince*|symbian {
+wince* {
addFiles.files = ../*.txt
addFiles.path = .
DEPLOYMENT += addFiles
@@ -27,9 +27,6 @@ wince*|symbian {
wince*: {
DEFINES += SRCDIR=\\\"\\\"
-}else:symbian {
- # Symbian can't define SRCDIR meaningfully here
- LIBS += -lcharconv -lconvnames -lgb2312_shared -ljisx0201 -ljisx0208 -lefsrv
} else {
DEFINES += SRCDIR=\\\"$$PWD/../\\\"
}