From 21f18f91c11c7f853f1427028a023cafc5541e2d Mon Sep 17 00:00:00 2001 From: Romain CLEMENT Date: Mon, 16 Oct 2023 10:27:30 +0200 Subject: [PATCH] Patched .pro file to compile with C++ 20 to use semaphore --- Barbershop-problem.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Barbershop-problem.pro b/Barbershop-problem.pro index c788f24..60c1197 100644 --- a/Barbershop-problem.pro +++ b/Barbershop-problem.pro @@ -1,5 +1,5 @@ TEMPLATE = app -CONFIG += console c++17 +CONFIG += c++2a CONFIG -= app_bundle CONFIG -= qt