Files
core/HtmlFile2/HtmlFile2.pro
2020-08-06 08:55:15 +03:00

30 lines
592 B
Prolog

QT -= core
QT -= gui
VERSION = 0.0.0.1
TARGET = HtmlFile2
TEMPLATE = lib
CONFIG += shared
CONFIG += plugin
CONFIG += core_static_link_libstd
DEFINES += HTMLFILE2_USE_DYNAMIC_LIBRARY
CORE_ROOT_DIR = $$PWD/../../core
PWD_ROOT_DIR = $$PWD
include($$CORE_ROOT_DIR/Common/base.pri)
# equal .c names
CONFIG += object_parallel_to_source
core_windows:CONFIG += no_batch
include($$CORE_ROOT_DIR/Common/3dParty/html/gumbo.pri)
include($$CORE_ROOT_DIR/Common/3dParty/html/css/CssCalculator.pri)
ADD_DEPENDENCY(kernel, UnicodeConverter, graphics)
SOURCES += htmlfile2.cpp
HEADERS += htmlfile2.h