summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLi Xinwei <1326710505@qq.com>2021-08-02 18:16:38 +0800
committerLi Xinwei <1326710505@qq.com>2021-08-03 04:18:42 +0800
commita25144394910d07d0819c4da5aae058b0912a312 (patch)
tree91ea6a5b6fabe39b66344cb755647c5e366b5e77 /src
parentba3e1fe09b7d921985e21d857a1d566465095e69 (diff)
Avoid to call _qt_internal_set_up_static_runtime_library() twice
Pick-to: 6.2 Change-Id: I28985470b3e0b88befbbd2d62a027670d7d6c822 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/tools/bootstrap/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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