28 lines
504 B
Prolog
28 lines
504 B
Prolog
QT -= core
|
|
QT -= gui
|
|
|
|
VERSION = 0.0.0.1
|
|
TARGET = Fb2File
|
|
TEMPLATE = lib
|
|
|
|
CONFIG += shared
|
|
CONFIG += plugin
|
|
|
|
DEFINES += FB2FILE_USE_DYNAMIC_LIBRARY
|
|
|
|
CORE_ROOT_DIR = $$PWD/..
|
|
PWD_ROOT_DIR = $$PWD
|
|
include($$CORE_ROOT_DIR/Common/base.pri)
|
|
|
|
include($$CORE_ROOT_DIR/Common/3dParty/html/gumbo.pri)
|
|
|
|
ADD_DEPENDENCY(kernel, UnicodeConverter, graphics)
|
|
|
|
CONFIG += core_boost_regex
|
|
include($$CORE_ROOT_DIR/Common/3dParty/boost/boost.pri)
|
|
|
|
SOURCES += Fb2File.cpp
|
|
|
|
HEADERS += Fb2File.h
|
|
HEADERS += template/template.h
|