* Fix build on linux

This commit is contained in:
Phillip 2014-12-28 21:06:50 -08:00
parent 097a507bd0
commit 97a4af636b
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
CONFIG += staticlib c++11 c11
TEMPLATE= lib
DESTDIR = ./lib
unix:QMAKE_CXXFLAGS += c++11 c11
# Uncomment this if you wish to use Qt with libAthena
#DEFINES += ATHENA_USE_QT