From b3fd4b8adf929923b33295fa03783bcdbebe442f Mon Sep 17 00:00:00 2001 From: Sona Kurazyan Date: Mon, 1 Aug 2022 15:09:42 +0200 Subject: Extract header qassert.h from qglobal.h For now qassert.h is included in the middle of qglobal.h, since some of the code below needs it, but this will be cleaned up when that code is moved in its own header. Task-number: QTBUG-99313 Change-Id: I2cdfed44f5c8772c1dad4797cf8edc6cb4c964b4 Reviewed-by: Qt CI Bot Reviewed-by: Thiago Macieira Reviewed-by: Marc Mutz --- src/tools/bootstrap/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tools/bootstrap') diff --git a/src/tools/bootstrap/CMakeLists.txt b/src/tools/bootstrap/CMakeLists.txt index df572f9e8d..cac8689be3 100644 --- a/src/tools/bootstrap/CMakeLists.txt +++ b/src/tools/bootstrap/CMakeLists.txt @@ -14,6 +14,7 @@ qt_add_library(Bootstrap STATIC) # special case end qt_internal_extend_target(Bootstrap SOURCES + ../../corelib/global/qassert.cpp ../../corelib/global/qendian.cpp ../../corelib/global/qenvironmentvariables.cpp ../../corelib/global/qfloat16.cpp -- cgit v1.2.3