From 2df6fd5ea02be47d3fd604345bb8983183411ea1 Mon Sep 17 00:00:00 2001 From: Sona Kurazyan Date: Tue, 16 Aug 2022 13:37:07 +0200 Subject: [PATCH] CMake: fix the sorting order in CMakeLists.txt Change-Id: I27c2140102bdf4831915337002974ab1987e2426 Reviewed-by: Ivan Solovev --- 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 5f8fc1c3135..dc15ec831fd 100644 --- a/src/corelib/CMakeLists.txt +++ b/src/corelib/CMakeLists.txt @@ -51,7 +51,6 @@ qt_internal_add_module(Core global/qcompare_impl.h global/qcompare.h global/qcompilerdetection.h - global/qtconfigmacros.h global/qcontainerinfo.h global/qendian.cpp global/qendian.h global/qendian_p.h global/qenvironmentvariables.cpp global/qenvironmentvariables.h @@ -74,6 +73,7 @@ qt_internal_add_module(Core global/qrandom.cpp global/qrandom.h global/qrandom_p.h global/qsysinfo.h global/qsystemdetection.h + global/qtconfigmacros.h global/qtdeprecationmarkers.h global/qtnamespacemacros.h global/qtrace_p.h