summaryrefslogtreecommitdiff
path: root/config.tests
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@insta.fi>2022-04-29 11:47:18 +0300
committerJuha Vuolle <juha.vuolle@insta.fi>2022-05-02 10:49:16 +0300
commitb1ffbc38e364470286c5da69e93c2709ec238a8f (patch)
tree2327598adf7e3154a7aa65da8ee72d674f75e5d0 /config.tests
parentb88aa7eb0a15512ac90c25f44fc58bf880214b9c (diff)
downloadqtconnectivity-b1ffbc38e364470286c5da69e93c2709ec238a8f.tar.gz
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 Pick-to: 6.2 6.3 Change-Id: I6b74efe535d9a85b4483d04d5952f75c62b735b5 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
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 4172245e..239d88b8 100644
--- a/config.tests/winrt_bt/CMakeLists.txt
+++ b/config.tests/winrt_bt/CMakeLists.txt
@@ -27,5 +27,5 @@ add_executable(${PROJECT_NAME}
main.cpp
)
target_link_libraries(${PROJECT_NAME} PUBLIC
- runtimeobject.lib
+ runtimeobject
)