mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
require c++11 for the project (not sure if we need more)
This commit is contained in:
parent
bfc6eb8d4b
commit
5b3288dc32
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ COMMUNI += core model util
|
||||||
win32:LIBS += -LC:/OpenSSL-Win32/lib/openssl.lib
|
win32:LIBS += -LC:/OpenSSL-Win32/lib/openssl.lib
|
||||||
INCLUDEPATH += C:/OpenSSL-Win32/include
|
INCLUDEPATH += C:/OpenSSL-Win32/include
|
||||||
|
|
||||||
|
CONFIG += c++11
|
||||||
|
|
||||||
include(lib/libcommuni/src/src.pri)
|
include(lib/libcommuni/src/src.pri)
|
||||||
|
|
||||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||||
|
|
Loading…
Reference in a new issue