From e6bf68451f7c3f9a68ef9b4034310d251d67b82c Mon Sep 17 00:00:00 2001 From: Ceccarelli Luca Date: Mon, 16 Oct 2023 10:34:01 +0200 Subject: [PATCH] Adding - --- Barbershop-problem.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Barbershop-problem.pro b/Barbershop-problem.pro index 60c1197..5145a05 100644 --- a/Barbershop-problem.pro +++ b/Barbershop-problem.pro @@ -6,4 +6,4 @@ CONFIG -= qt SOURCES += \ main.cpp -LIBS += pthread +LIBS += -pthread