diff --git a/src/corelib/CMakeLists.txt b/src/corelib/CMakeLists.txt index 50140254b67..26fe866e1bb 100644 --- a/src/corelib/CMakeLists.txt +++ b/src/corelib/CMakeLists.txt @@ -144,7 +144,6 @@ qt_internal_add_module(Core io/qstorageinfo.cpp io/qstorageinfo.h io/qstorageinfo_p.h io/qtemporarydir.cpp io/qtemporarydir.h io/qtemporaryfile.cpp io/qtemporaryfile.h io/qtemporaryfile_p.h - io/qtformat_impl.h io/qurl.cpp io/qurl.h io/qurl_p.h io/qurlidna.cpp io/qurlquery.cpp io/qurlquery.h @@ -243,6 +242,7 @@ qt_internal_add_module(Core text/qstringtokenizer.cpp text/qstringtokenizer.h text/qstringview.cpp text/qstringview.h text/qtextboundaryfinder.cpp text/qtextboundaryfinder.h + text/qtformat_impl.h text/qunicodetables_p.h text/qunicodetools.cpp text/qunicodetools_p.h text/qutf8stringview.h diff --git a/src/corelib/io/qtformat_impl.h b/src/corelib/text/qtformat_impl.h similarity index 100% rename from src/corelib/io/qtformat_impl.h rename to src/corelib/text/qtformat_impl.h