Fix C++11

This commit is contained in:
Phillip 2015-04-07 00:14:21 -07:00
parent 3276e00864
commit 31d50e7791
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
CONFIG += staticlib c++11 CONFIG += staticlib c++11
QMAKE_CXXFLAGS += -std=c++11
TEMPLATE= lib TEMPLATE= lib
DESTDIR = ./lib DESTDIR = ./lib
INCLUDEPATH += $$PWD/include INCLUDEPATH += $$PWD/include