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.pro35
1 files changed, 35 insertions, 0 deletions
diff --git a/tests/auto/corelib/codecs/qtextcodec/test/test.pro b/tests/auto/corelib/codecs/qtextcodec/test/test.pro
new file mode 100644
index 0000000000..2188d2f22f
--- /dev/null
+++ b/tests/auto/corelib/codecs/qtextcodec/test/test.pro
@@ -0,0 +1,35 @@
+load(qttest_p4)
+
+SOURCES += ../tst_qtextcodec.cpp
+
+!wince*: {
+TARGET = ../tst_qtextcodec
+
+win32: {
+ CONFIG(debug, debug|release) {
+ TARGET = ../../debug/tst_qtextcodec
+} else {
+ TARGET = ../../release/tst_qtextcodec
+ }
+}
+} else {
+ TARGET = tst_qtextcodec
+}
+
+wince*|symbian {
+ addFiles.files = ../*.txt
+ addFiles.path = .
+ DEPLOYMENT += addFiles
+ wince*|qt_not_deployed {
+ DEPLOYMENT_PLUGIN += qcncodecs qjpcodecs qkrcodecs qtwcodecs
+ }
+}
+
+wince*: {
+ DEFINES += SRCDIR=\\\"\\\"
+}else:symbian {
+ # Symbian can't define SRCDIR meaningfully here
+ LIBS += -lcharconv -lconvnames -lgb2312_shared -ljisx0201 -ljisx0208 -lefsrv
+} else {
+ DEFINES += SRCDIR=\\\"$$PWD/../\\\"
+}