mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 10:07:28 +08:00
26 lines
501 B
Prolog
26 lines
501 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
|
|
CONFIG += core_boost_regex
|
|
include($$PWD/../Common/3dParty/boost/boost.pri)
|
|
|
|
ADD_DEPENDENCY(kernel, gumbo, UnicodeConverter, graphics, DocxFormatLib)
|
|
|
|
SOURCES += htmlfile2.cpp
|
|
|
|
HEADERS += htmlfile2.h
|