From 908d048e4f4614c0d0bb2e7efdadd6d842496fb0 Mon Sep 17 00:00:00 2001 From: Sona Kurazyan Date: Thu, 28 Jul 2022 13:47:56 +0200 Subject: Extract header qenvironmentvariables.h from qglobal.h qcontainerfwd.h was relying on the forward declaration of QByteArray in qglobal.h, so add the missing forward declaration there. Additionally, had to move the implementations of qTzSet() and qMkTime() to qenvironmentvariables.cpp along with environmentMutex. Task-number: QTBUG-99313 Change-Id: I233aff305c2fedaf0a48362cc99ff2d6f6c0ee54 Reviewed-by: Thiago Macieira Reviewed-by: Qt CI Bot --- src/tools/bootstrap/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tools') diff --git a/src/tools/bootstrap/CMakeLists.txt b/src/tools/bootstrap/CMakeLists.txt index 35e62b6764..fa6037dc20 100644 --- a/src/tools/bootstrap/CMakeLists.txt +++ b/src/tools/bootstrap/CMakeLists.txt @@ -12,6 +12,7 @@ qt_add_library(Bootstrap STATIC) qt_internal_extend_target(Bootstrap SOURCES ../../corelib/global/qendian.cpp + ../../corelib/global/qenvironmentvariables.cpp ../../corelib/global/qfloat16.cpp ../../corelib/global/qglobal.cpp ../../corelib/global/qlogging.cpp -- cgit v1.2.3