create IsNeedCMap and three types of getting CMap

This commit is contained in:
Kulikova Svetlana
2022-12-19 17:53:58 +03:00
parent cd56cb6dc8
commit eaf3b7fd9f
13 changed files with 198 additions and 185 deletions

View 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