metaforce/hecl/lib/lib.pro

22 lines
399 B
Prolog
Raw Normal View History

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 =
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