mirror of https://github.com/libAthena/athena.git
* Fix build on linux
This commit is contained in:
parent
097a507bd0
commit
97a4af636b
|
@ -1,6 +1,7 @@
|
||||||
CONFIG += staticlib c++11 c11
|
CONFIG += staticlib c++11 c11
|
||||||
TEMPLATE= lib
|
TEMPLATE= lib
|
||||||
DESTDIR = ./lib
|
DESTDIR = ./lib
|
||||||
|
unix:QMAKE_CXXFLAGS += c++11 c11
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in New Issue