forked from organicmaps/organicmaps
added fribidi library
This commit is contained in:
parent
c1335263f8
commit
f70c2ec157
3 changed files with 5 additions and 3 deletions
|
@ -71,3 +71,4 @@ HEADERS += \
|
|||
path_text_shape.hpp \
|
||||
path_symbol_shape.hpp \
|
||||
common_structures.hpp \
|
||||
fribidi.hpp \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue