summaryrefslogtreecommitdiffstats
path: root/cmake/QtConfig.cmake.in
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2021-06-16 19:24:59 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2021-06-16 21:56:09 +0200
commit13a4de6bf65d29a808ecd94b382ac0c1add9e0b3 (patch)
tree0d8ee56585893ada9a6c3387ed8901e2611628e0 /cmake/QtConfig.cmake.in
parent335123f240c0b59cc62ad151dcf185160ef33696 (diff)
Remove target specific flags from the linker capabilities check
Remove target specific flags from static_link_order. Move the check to the common config.tests folder. Amends 5fb99e3860eb43f4bacacec7f4a4626cb0159b14 Pick-to: 6.2 Task-number: QTBUG-93002 Task-number: QTBUG-94528 Change-Id: I1368075ec6bd1e743b2b89fd93143df38a278ec2 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'cmake/QtConfig.cmake.in')
-rw-r--r--cmake/QtConfig.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/QtConfig.cmake.in b/cmake/QtConfig.cmake.in
index 35cd3f77ca..8e080a7ea0 100644
--- a/cmake/QtConfig.cmake.in
+++ b/cmake/QtConfig.cmake.in
@@ -111,4 +111,4 @@ if (_Qt_NOTFOUND_MESSAGE)
endif()
__qt_internal_defer_promote_targets_in_dir_scope_to_global()
-__qt_internal_check_link_order_matters(@INSTALL_CMAKE_NAMESPACE@::Platform)
+__qt_internal_check_link_order_matters()