summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtextcodec/test/test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtextcodec/test/test.pro')
-rw-r--r--tests/auto/qtextcodec/test/test.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/qtextcodec/test/test.pro b/tests/auto/qtextcodec/test/test.pro
new file mode 100644
index 0000000..ed2ade3
--- /dev/null
+++ b/tests/auto/qtextcodec/test/test.pro
@@ -0,0 +1,11 @@
+load(qttest_p4)
+TARGET = ../tst_qtextcodec
+SOURCES += ../tst_qtextcodec.cpp
+wince*: {
+ addFiles.sources = ../*.txt
+ addFiles.path = .
+ DEPLOYMENT += addFiles
+}
+
+
+