Files
core/EpubFile/CEpubFile.pro
ElenaSubbotina ec93bce61c Revert "Merge remote-tracking branch 'origin/feature/xlsb' into feature/ppt_4"
This reverts commit 4fa865799b, reversing
changes made to 393bdf3caa.
2021-03-01 15:17:34 +03:00

34 lines
589 B
Prolog

QT -= core gui
VERSION = 1.0.0.0
TARGET = EpubFile
TEMPLATE = lib
CONFIG += shared
CONFIG += plugin
CONFIG += core_static_link_libstd
DEFINES += EPUBFILE_USE_DYNAMIC_LIBRARY
CORE_ROOT_DIR = $$PWD/..
PWD_ROOT_DIR = $$PWD
include($$CORE_ROOT_DIR/Common/base.pri)
ADD_DEPENDENCY(kernel, HtmlFile2)
SOURCES += src/CEpubFile.cpp \
src/CBookToc.cpp \
src/CBookContentItem.cpp \
src/CBookItem.cpp \
src/CBookInfo.cpp \
HEADERS += CEpubFile.h \
src/CBookToc.h \
src/CBookContentItem.h \
src/CBookItem.h \
src/CBookInfo.h \
src/EpubFile_global.h