mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
HtmlFile builds
This commit is contained in:
@ -29,6 +29,11 @@
|
|||||||
* terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
|
* terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef WIN32
|
||||||
|
#include <windows.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "HtmlFile.h"
|
#include "HtmlFile.h"
|
||||||
#include "../DesktopEditor/common/File.h"
|
#include "../DesktopEditor/common/File.h"
|
||||||
#include "../DesktopEditor/common/Directory.h"
|
#include "../DesktopEditor/common/Directory.h"
|
||||||
|
|||||||
@ -17,9 +17,8 @@ CORE_ROOT_DIR = $$PWD/..
|
|||||||
PWD_ROOT_DIR = $$PWD
|
PWD_ROOT_DIR = $$PWD
|
||||||
include(../Common/base.pri)
|
include(../Common/base.pri)
|
||||||
|
|
||||||
LIBS += -L$$CORE_BUILDS_LIBRARIES_PATH -lUnicodeConverter
|
DEFINES += KERNEL_USE_DYNAMIC_LIBRARY
|
||||||
|
LIBS += -L$$CORE_BUILDS_LIBRARIES_PATH -lUnicodeConverter -lkernel
|
||||||
include(../DesktopEditor/xml/build/qt/libxml2.pri)
|
|
||||||
|
|
||||||
core_linux {
|
core_linux {
|
||||||
DEFINES += asc_static_link_libstd
|
DEFINES += asc_static_link_libstd
|
||||||
|
|||||||
@ -17,18 +17,14 @@ DEFINES += PDFREADER_USE_DYNAMIC_LIBRARY
|
|||||||
DEFINES += HTMLRENDERER_USE_DYNAMIC_LIBRARY
|
DEFINES += HTMLRENDERER_USE_DYNAMIC_LIBRARY
|
||||||
LIBS += -L$$CORE_BUILDS_LIBRARIES_PATH -lHtmlRenderer
|
LIBS += -L$$CORE_BUILDS_LIBRARIES_PATH -lHtmlRenderer
|
||||||
|
|
||||||
CONFIG += build_all_zlib build_zlib_as_sources
|
DEFINES += KERNEL_USE_DYNAMIC_LIBRARY
|
||||||
include(../OfficeUtils/OfficeUtils.pri)
|
DEFINES += GRAPHICS_USE_DYNAMIC_LIBRARY
|
||||||
|
LIBS += -L$$CORE_BUILDS_LIBRARIES_PATH -lUnicodeConverter -lkernel -lgraphics
|
||||||
CONFIG += build_cximage_zlib_disable
|
|
||||||
include(../DesktopEditor/Qt_build/graphics/project/graphics.pri)
|
|
||||||
include(../DesktopEditor/xml/build/qt/libxml2.pri)
|
|
||||||
|
|
||||||
#UnicodeConverter
|
|
||||||
LIBS += -L$$CORE_BUILDS_LIBRARIES_PATH -lUnicodeConverter
|
|
||||||
|
|
||||||
core_windows {
|
core_windows {
|
||||||
|
|
||||||
|
DEFINES -= NOMINMAX
|
||||||
|
|
||||||
LIBS += -lgdi32 \
|
LIBS += -lgdi32 \
|
||||||
-ladvapi32 \
|
-ladvapi32 \
|
||||||
-luser32 \
|
-luser32 \
|
||||||
|
|||||||
Reference in New Issue
Block a user