summaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@insta.fi>2022-04-29 11:47:18 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-06-04 05:48:07 +0000
commit904cd652248acdb5904fe53146a54decdfac918b (patch)
tree0f83032b5e46fa731e79975b3cfb85f426910c93 /config.tests
parente3a8087c0ebdca4f1e0fca79a5b7bdb45dec4c55 (diff)
Remove extra ".lib" suffix from Windows library linkage
The extra ".lib" can introduce trouble with static linking as the lib can become of the form <>.lib.lib in the Makefile Task-number: QTBUG-102994 Change-Id: I6b74efe535d9a85b4483d04d5952f75c62b735b5 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> (cherry picked from commit b1ffbc38e364470286c5da69e93c2709ec238a8f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/winrt_bt/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/winrt_bt/CMakeLists.txt b/config.tests/winrt_bt/CMakeLists.txt
index 49c1eab9..16b96cd7 100644
--- a/config.tests/winrt_bt/CMakeLists.txt
+++ b/config.tests/winrt_bt/CMakeLists.txt
@@ -20,5 +20,5 @@ add_executable(${PROJECT_NAME}
main.cpp
)
target_link_libraries(${PROJECT_NAME} PUBLIC
- runtimeobject.lib
+ runtimeobject
)