From 18ec53156ee704fdb4977436fccfdc85333e614b Mon Sep 17 00:00:00 2001 From: Karsten Heimrich Date: Wed, 17 Jun 2020 12:33:40 +0200 Subject: Move QTextCodec support out of QtCore * Assume UTF-8 on all Unix like systems * Export some functions to be able to compile QTextCodec once moved to Qt5Compat. Task-number: QTBUG-75665 Change-Id: I52ec47a848bc0ba72e9c7689668b1bcc5d736c29 Reviewed-by: Lars Knoll --- tests/benchmarks/corelib/codecs/qtextcodec/qtextcodec.pro | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tests/benchmarks/corelib/codecs/qtextcodec/qtextcodec.pro (limited to 'tests/benchmarks/corelib/codecs/qtextcodec/qtextcodec.pro') diff --git a/tests/benchmarks/corelib/codecs/qtextcodec/qtextcodec.pro b/tests/benchmarks/corelib/codecs/qtextcodec/qtextcodec.pro deleted file mode 100644 index 7d29c6bfdd..0000000000 --- a/tests/benchmarks/corelib/codecs/qtextcodec/qtextcodec.pro +++ /dev/null @@ -1,7 +0,0 @@ -CONFIG += benchmark -QT = core testlib - -TARGET = tst_bench_qtextcodec -SOURCES += main.cpp - -TESTDATA = utf-8.txt -- cgit v1.2.3