2015-05-15 22:39:43 +00:00
|
|
|
TEMPLATE = lib
|
2015-06-09 22:19:59 +00:00
|
|
|
CONFIG += staticlib c++11
|
2015-05-15 22:39:43 +00:00
|
|
|
TARGET = hecl
|
|
|
|
CONFIG -= Qt
|
|
|
|
QT =
|
|
|
|
|
2015-07-06 01:35:08 +00:00
|
|
|
INCLUDEPATH += $$PWD \
|
|
|
|
../include \
|
|
|
|
../extern \
|
|
|
|
../extern/Athena/include \
|
|
|
|
../extern/LogVisor/include
|
2015-05-15 22:39:43 +00:00
|
|
|
|
|
|
|
include (frontend/frontend.pri)
|
|
|
|
include (backend/backend.pri)
|
|
|
|
include (database/database.pri)
|
|
|
|
include (runtime/runtime.pri)
|
2015-05-27 09:09:05 +00:00
|
|
|
|
|
|
|
SOURCES += \
|
2015-06-09 22:19:59 +00:00
|
|
|
HECL.cpp \
|
|
|
|
ProjectPath.cpp \
|
|
|
|
WideStringConvert.cpp
|