summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qstringconverter/qstringconverter.pro
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-04-30 10:50:44 +0200
committerLars Knoll <lars.knoll@qt.io>2020-05-14 07:46:14 +0200
commitf64a6bd638d399403845fe52e6f8e52889f1f52b (patch)
treef3eda565c343b1b24f8711bc87e973910ec788f4 /tests/auto/corelib/text/qstringconverter/qstringconverter.pro
parentf437c8c5f9772a0d73c8772b64fea6133d43bcc7 (diff)
Start work on a new API to replace QTextCodec
The new QStringEncoder and QStringDecoder classes (with a common QStringConverter base class) are there to replace QTextCodec in Qt 6. It currently uses a trivial wrapper around the utf encoding functionality. Added some autotests, mostly copied from the text codec tests. Change-Id: Ib6eeee55fba918b9424be244cbda9dfd5096f7eb Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto/corelib/text/qstringconverter/qstringconverter.pro')
-rw-r--r--tests/auto/corelib/text/qstringconverter/qstringconverter.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/corelib/text/qstringconverter/qstringconverter.pro b/tests/auto/corelib/text/qstringconverter/qstringconverter.pro
new file mode 100644
index 0000000000..6cd797e805
--- /dev/null
+++ b/tests/auto/corelib/text/qstringconverter/qstringconverter.pro
@@ -0,0 +1,5 @@
+CONFIG += testcase
+QT = core testlib
+SOURCES = tst_qstringconverter.cpp
+
+TARGET = tst_qstringconverter