Files
core/HtmlFile2/HtmlFile2.pro
2020-07-29 11:39:43 +03:00

25 lines
481 B
Prolog

QT -= core
QT -= gui
TARGET = HtmlFile2
TEMPLATE = lib
CONFIG += staticlib
DEFINES += HTMLFILE2_USE_DYNAMIC_LIBRARY
DEFINES += UNICODE \
_UNICODE \
DONT_WRITE_EMBEDDED_FONTS
CORE_ROOT_DIR = $$PWD/../../core
PWD_ROOT_DIR = $$PWD
include($$CORE_ROOT_DIR/Common/base.pri)
#BOOST
include($$CORE_ROOT_DIR/Common/3dParty/boost/boost.pri)
ADD_DEPENDENCY(kernel, gumbo, UnicodeConverter, graphics, DocxFormatLib)
SOURCES += htmlfile2.cpp
HEADERS += htmlfile2.h