From ea0a08c898fed9cfd8d8eb16613e352740d3eb02 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 17 Apr 2020 12:10:21 +0200 Subject: Move the UTF conversion methods to qstringconverter Separate them from the qutfcodec, so that the codec can later on be moved out of Qt Core. Fix the QUtf methods to take qsizetype instead of int for length arguments. This also makes it possible to not build QTextCodec into the bootstrap lib anymore. Change-Id: I0b4f83139d61b19c651520a2f3a5012aa7e85cb8 Reviewed-by: Thiago Macieira --- src/tools/bootstrap/bootstrap.pro | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/tools/bootstrap/bootstrap.pro') diff --git a/src/tools/bootstrap/bootstrap.pro b/src/tools/bootstrap/bootstrap.pro index 169c5fe1c2..5b7da8e687 100644 --- a/src/tools/bootstrap/bootstrap.pro +++ b/src/tools/bootstrap/bootstrap.pro @@ -28,9 +28,6 @@ INCLUDEPATH += \ $$PWD/../../3rdparty/pcre2/src SOURCES += \ - ../../corelib/codecs/qlatincodec.cpp \ - ../../corelib/codecs/qtextcodec.cpp \ - ../../corelib/codecs/qutfcodec.cpp \ ../../corelib/global/qendian.cpp \ ../../corelib/global/qglobal.cpp \ ../../corelib/global/qlogging.cpp \ @@ -96,7 +93,6 @@ SOURCES += \ ../../corelib/text/qstringconverter.cpp \ ../../corelib/text/qstring_compat.cpp \ ../../corelib/text/qstringlist.cpp \ - ../../corelib/text/qstringview.cpp \ ../../corelib/text/qvsnprintf.cpp \ ../../corelib/time/qcalendar.cpp \ ../../corelib/time/qdatetime.cpp \ -- cgit v1.2.3