From a25144394910d07d0819c4da5aae058b0912a312 Mon Sep 17 00:00:00 2001 From: Li Xinwei <1326710505@qq.com> Date: Mon, 2 Aug 2021 18:16:38 +0800 Subject: Avoid to call _qt_internal_set_up_static_runtime_library() twice Pick-to: 6.2 Change-Id: I28985470b3e0b88befbbd2d62a027670d7d6c822 Reviewed-by: Alexandru Croitor --- src/tools/bootstrap/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/bootstrap') diff --git a/src/tools/bootstrap/CMakeLists.txt b/src/tools/bootstrap/CMakeLists.txt index 89ff6c2c76..393ef7e1c2 100644 --- a/src/tools/bootstrap/CMakeLists.txt +++ b/src/tools/bootstrap/CMakeLists.txt @@ -7,7 +7,7 @@ # special case begin # The bootstrap library has a few manual tweaks compared to other # libraries. -add_library(Bootstrap STATIC) +qt_add_library(Bootstrap STATIC) # special case end qt_internal_extend_target(Bootstrap SOURCES -- cgit v1.2.3