Files
core/Test/Applications/font_online_decoder/decoder.pro
Oleg Korshul 06668af052 Add test app
2022-12-16 11:47:33 +03:00

18 lines
337 B
Prolog

TEMPLATE = app
CONFIG += console c++11
CONFIG -= app_bundle
CONFIG -= qt
TARGET = test
SOURCES += main.cpp
CORE_ROOT_DIR = $$PWD/../../../../core
PWD_ROOT_DIR = $$PWD
include($$PWD/../../../Common/base.pri)
include($$CORE_ROOT_DIR/Common/3dParty/icu/icu.pri)
ADD_DEPENDENCY(kernel, graphics, UnicodeConverter)
DESTDIR = $$PWD/build