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 --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e1731c9a86..a081bc38e0 100644 --- a/.gitignore +++ b/.gitignore @@ -125,7 +125,6 @@ qt*-config.pri /tests/auto/qprocess/fileWriterProcess.txt # Unit tests executables (other than those named tst_*) -/tests/auto/corelib/codecs/qtextcodec/echo/echo /tests/auto/corelib/global/qlogging/app/app /tests/auto/corelib/io/qlockfile/qlockfiletesthelper/qlockfile_test_helper /tests/auto/corelib/io/qprocess-noapplication/qprocess-noapplication -- cgit v1.2.3