mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Require C++14 instead of C++11
This commit is contained in:
parent
24fab22ecb
commit
a92c020477
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ COMMUNI += core model util
|
||||||
# LIBS += -lcrypto -lssl
|
# LIBS += -lcrypto -lssl
|
||||||
#}
|
#}
|
||||||
|
|
||||||
CONFIG += c++11
|
CONFIG += c++14
|
||||||
|
|
||||||
include(lib/libcommuni/src/src.pri)
|
include(lib/libcommuni/src/src.pri)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue