Files
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

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