Files
core/Fb2File/Fb2File.pro
ElenaSubbotina 328ca886c7 Revert "Merge pull request #528 from ONLYOFFICE/feature/ppt_4"
This reverts commit ff0f58cc3c, reversing
changes made to cb6c9838d3.
2021-03-10 15:33:50 +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