From cde9dfa9d8a67909daa072a518e914753c85c915 Mon Sep 17 00:00:00 2001 From: Ceccarelli Luca Date: Mon, 16 Oct 2023 10:12:13 +0200 Subject: [PATCH] Adding Lib pthread to the project config --- Barbershop-problem.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Barbershop-problem.pro b/Barbershop-problem.pro index 595bdaa..c788f24 100644 --- a/Barbershop-problem.pro +++ b/Barbershop-problem.pro @@ -5,3 +5,5 @@ CONFIG -= qt SOURCES += \ main.cpp + +LIBS += pthread