summaryrefslogtreecommitdiffstats
path: root/src/tools/bootstrap
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2022-08-01 15:09:42 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2022-08-05 15:54:06 +0200
commitb3fd4b8adf929923b33295fa03783bcdbebe442f (patch)
tree63943fa4dd8af87ae2fc5cbabb43c8042c4ad6e6 /src/tools/bootstrap
parentf9c73e540a0a4a7dcd7dbf0a172b119f16ed7e5f (diff)
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 <qt_ci_bot@qt-project.org> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Diffstat (limited to 'src/tools/bootstrap')
-rw-r--r--src/tools/bootstrap/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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