summaryrefslogtreecommitdiffstats
path: root/tests/auto/qchar/qchar.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qchar/qchar.pro')
-rw-r--r--tests/auto/qchar/qchar.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/qchar/qchar.pro b/tests/auto/qchar/qchar.pro
new file mode 100644
index 0000000..d8c5326
--- /dev/null
+++ b/tests/auto/qchar/qchar.pro
@@ -0,0 +1,10 @@
+load(qttest_p4)
+SOURCES += tst_qchar.cpp
+
+QT = core
+
+wince*: {
+deploy.sources += NormalizationTest.txt
+DEPLOYMENT = deploy
+}
+