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:
commit
6acd5a4a5e
@ -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