mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 01:11:43 +08:00
create IsNeedCMap and three types of getting CMap
This commit is contained in:
19
PdfFile/Resources/CMapMemory/CMapSerialize.pro
Normal file
19
PdfFile/Resources/CMapMemory/CMapSerialize.pro
Normal file
@ -0,0 +1,19 @@
|
||||
QT -= core
|
||||
QT -= gui
|
||||
|
||||
TARGET = CMapSerialize
|
||||
TEMPLATE = app
|
||||
|
||||
CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
|
||||
CORE_ROOT_DIR = $$PWD/../../..
|
||||
PWD_ROOT_DIR = $$PWD
|
||||
include($$CORE_ROOT_DIR/Common/base.pri)
|
||||
include($$CORE_ROOT_DIR/Common/3dParty/icu/icu.pri)
|
||||
|
||||
ADD_DEPENDENCY(UnicodeConverter, kernel)
|
||||
|
||||
SOURCES += CMapSerialize.cpp
|
||||
|
||||
DESTDIR = $$PWD/build
|
||||
Reference in New Issue
Block a user