mirror of https://github.com/libAthena/athena.git
Fix C++11
This commit is contained in:
parent
3276e00864
commit
31d50e7791
|
@ -1,4 +1,5 @@
|
|||
CONFIG += staticlib c++11
|
||||
QMAKE_CXXFLAGS += -std=c++11
|
||||
TEMPLATE= lib
|
||||
DESTDIR = ./lib
|
||||
INCLUDEPATH += $$PWD/include
|
||||
|
|
Loading…
Reference in New Issue