This commit is contained in:
Phillip Stephens 2015-02-21 11:55:09 -08:00
commit 66962c554f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
!contains(ATHENA_PRO, true): {
INCLUDEPATH += $$PWD/include
unix:LIBS += -lz -llzo2
win32:LIBS += -lzlib -llzo2
win32:LIBS += -lz -llzo2
QMAKE_CXXFLAGS += -std=c++11
}