mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2026-01-01 03:12:13 +08:00
CONFIG += c++1z may fail
This commit is contained in:
parent
131f2efd60
commit
245964f13d
@ -6,7 +6,7 @@ CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
|
||||
msvc:QMAKE_CXXFLAGS += /std:c++17
|
||||
else:CONFIG += c++1z
|
||||
else:QMAKE_CXXFLAGS += -std=gnu++1z
|
||||
|
||||
DESTDIR = ../output
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user