Files
core/Fb2File/Fb2File.pro
Kulikova Svetlana 9dea45a7af readStream in FromHtml
added gumbo parser, because incoming html causes errors in CStringBuilder
2021-02-09 14:40:54 +03:00

26 lines
454 B
Prolog

QT -= core
QT -= gui
VERSION = 0.0.0.1
TARGET = Fb2File
TEMPLATE = lib
CONFIG += shared
CONFIG += plugin
CONFIG += core_static_link_libstd
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)
SOURCES += Fb2File.cpp
HEADERS += Fb2File.h
HEADERS += template/template.h