From 0763c8231155f3f591866fa9533c9680aab11790 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Tue, 24 Dec 2019 08:49:13 +0000 Subject: [PATCH] link QThread test to system thread library Signed-off-by: Ivailo Monev --- tests/auto/qthread/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auto/qthread/CMakeLists.txt b/tests/auto/qthread/CMakeLists.txt index 4101ddaaf..804625800 100644 --- a/tests/auto/qthread/CMakeLists.txt +++ b/tests/auto/qthread/CMakeLists.txt @@ -1,3 +1,5 @@ katie_test(tst_qthread ${CMAKE_CURRENT_SOURCE_DIR}/tst_qthread.cpp ) + +target_link_libraries(tst_qthread ${CMAKE_THREAD_LIBS_INIT})