Merge pull request #4 from Globostofo/patch-cpp20-compilation

Patched .pro file to compile with C++ 20 to use semaphore
This commit is contained in:
Romain CLEMENT 2023-10-16 10:28:40 +02:00 committed by GitHub
commit 6acd5a4a5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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