Files
core/PdfFile/Resources/CMapMemory/CMapSerialize.pro
2022-12-19 17:53:58 +03:00

20 lines
341 B
Prolog

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