From cd4d74347415d0d8ff015087c812981206860898 Mon Sep 17 00:00:00 2001 From: Cyril Soler Date: Mon, 22 Feb 2016 10:14:29 -0500 Subject: [PATCH] added missing -lpthread --- tests/unittests/unittests.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unittests/unittests.pro b/tests/unittests/unittests.pro index 8c59508ef..488e1f354 100644 --- a/tests/unittests/unittests.pro +++ b/tests/unittests/unittests.pro @@ -41,7 +41,7 @@ linux-* { LIBS += ../librssimulator/lib/librssimulator.a LIBS += ../../openpgpsdk/src/lib/libops.a -lbz2 LIBS += -lssl -lupnp -lixml -lXss -lgnome-keyring - LIBS *= -lcrypto -ldl -lX11 -lz + LIBS *= -lcrypto -ldl -lX11 -lz -lpthread #LIBS += ../../supportlibs/pegmarkdown/lib/libpegmarkdown.a