This commit is contained in:
Phillip 2014-12-28 21:08:53 -08:00
parent 97a4af636b
commit d400e7fdc1
1 changed files with 2 additions and 2 deletions

View File

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