Patched .pro file to compile with C++ 20 to use semaphore
This commit is contained in:
parent
0d0d8064d3
commit
21f18f91c1
@ -1,5 +1,5 @@
|
|||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
CONFIG += console c++17
|
CONFIG += c++2a
|
||||||
CONFIG -= app_bundle
|
CONFIG -= app_bundle
|
||||||
CONFIG -= qt
|
CONFIG -= qt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user