From efba11a9f60ccc49964f0dfa3d085173f2b8b1be Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 11 Dec 2020 20:51:22 +0100 Subject: [PATCH] chore: fix apparently missing pthread lib issue --- simul_response.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/simul_response.pro b/simul_response.pro index 0dc28be..27dc898 100644 --- a/simul_response.pro +++ b/simul_response.pro @@ -12,3 +12,5 @@ HEADERS += \ simul_drv_lcd.h \ simul_kl25z.h \ simul_regs.h + +LIBS += -lpthread