Commit c5c64cb6 authored by ElenaSubbotina's avatar ElenaSubbotina

XpsFile & DjVuFile - fix build

parent 86000ee4
......@@ -17,6 +17,9 @@ include(../Common/base.pri)
LIBS += -L$$CORE_BUILDS_LIBRARIES_PATH -lPdfWriter
#UnicodeConverter
LIBS += -L$$CORE_BUILDS_LIBRARIES_PATH -lUnicodeConverter
CONFIG += build_all_zlib build_zlib_as_sources
include(../OfficeUtils/OfficeUtils.pri)
......
......@@ -16,6 +16,9 @@ include(../Common/base.pri)
DEFINES += XPS_USE_DYNAMIC_LIBRARY
LIBS += -L$$CORE_BUILDS_LIBRARIES_PATH -lPdfWriter
#UnicodeConverter
LIBS += -L$$CORE_BUILDS_LIBRARIES_PATH -lUnicodeConverter
CONFIG += build_all_zlib build_zlib_as_sources
include(../OfficeUtils/OfficeUtils.pri)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment