From 68fd43212c22397ae952959a49cb2746ac89dce3 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Tue, 8 Nov 2022 12:51:32 +0100 Subject: [PATCH] corelib/QMakeLists.txt: fix order of files in in qNN section They're supposed to be lexicographically ordered, so fix. Pick-to: 6.4 Change-Id: I88acad048990b16b7e9dd073f55608a80e71c416 Reviewed-by: Fabian Kosmale --- src/corelib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/CMakeLists.txt b/src/corelib/CMakeLists.txt index c8f2f9003a..1d758a7482 100644 --- a/src/corelib/CMakeLists.txt +++ b/src/corelib/CMakeLists.txt @@ -101,8 +101,8 @@ qt_internal_add_module(Core global/qvolatile_p.h global/q20algorithm.h global/q20functional.h - global/q23functional.h global/q20iterator.h + global/q23functional.h global/qxpfunctional.h global/qxptype_traits.h io/qabstractfileengine.cpp io/qabstractfileengine_p.h