summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2022-08-16 13:37:07 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2022-08-22 11:48:49 +0200
commit86082a711f3f99892b807f8888f616071ed8e59b (patch)
tree23c60ad1e3448c64fab143942645d9435ac1220b
parent0ac44dd870d51e8696af771e3a602b81250b7746 (diff)
CMake: fix the sorting order in CMakeLists.txt
Change-Id: I27c2140102bdf4831915337002974ab1987e2426 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> (cherry picked from commit 2df6fd5ea02be47d3fd604345bb8983183411ea1) Reviewed-by: Marc Mutz <marc.mutz@qt.io>
-rw-r--r--src/corelib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/CMakeLists.txt b/src/corelib/CMakeLists.txt
index df8457a637..a2f958e04f 100644
--- a/src/corelib/CMakeLists.txt
+++ b/src/corelib/CMakeLists.txt
@@ -47,7 +47,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/qflags.h
@@ -67,6 +66,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/qtnamespacemacros.h
global/qtrace_p.h
global/qtypeinfo.h