added fribidi library

This commit is contained in:
Roman Sorokin 2014-08-04 11:41:29 +03:00 committed by Alex Zolotarev
parent c1335263f8
commit f70c2ec157
3 changed files with 5 additions and 3 deletions

View file

@ -71,3 +71,4 @@ HEADERS += \
path_text_shape.hpp \
path_symbol_shape.hpp \
common_structures.hpp \
fribidi.hpp \

View file

@ -4,10 +4,11 @@ CONFIG += console warn_on
CONFIG -= app_bundle
TEMPLATE = app
DEPENDENCIES = drape_frontend base
DEPENDENCIES = drape_frontend base fribidi
ROOT_DIR = ../..
include($$ROOT_DIR/common.pri)
SOURCES += \
../../testing/testingmain.cpp \
memory_feature_index_tests.cpp
memory_feature_index_tests.cpp \
fribidi_tests.cpp \

View file

@ -1,6 +1,6 @@
# Head project for drape develop and debuging
ROOT_DIR = ..
DEPENDENCIES = drape_frontend map drape indexer platform geometry coding base expat protobuf jansson zlib
DEPENDENCIES = drape_frontend map drape indexer platform geometry coding base expat protobuf jansson zlib fribidi
include($$ROOT_DIR/common.pri)