Patched .pro file to compile with C++ 20 to use semaphore

This commit is contained in:
Romain CLEMENT 2023-10-16 10:27:30 +02:00
parent 0d0d8064d3
commit 21f18f91c1

View File

@ -1,5 +1,5 @@
TEMPLATE = app
CONFIG += console c++17
CONFIG += c++2a
CONFIG -= app_bundle
CONFIG -= qt