summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qchar/qchar.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/text/qchar/qchar.pro')
-rw-r--r--tests/auto/corelib/text/qchar/qchar.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/corelib/text/qchar/qchar.pro b/tests/auto/corelib/text/qchar/qchar.pro
new file mode 100644
index 0000000000..70c1222988
--- /dev/null
+++ b/tests/auto/corelib/text/qchar/qchar.pro
@@ -0,0 +1,11 @@
+CONFIG += testcase
+TARGET = tst_qchar
+QT = core-private testlib
+SOURCES = tst_qchar.cpp
+
+TESTDATA += data/NormalizationTest.txt
+
+android:!android-embedded {
+ RESOURCES += \
+ testdata.qrc
+}