forked from organicmaps/organicmaps-tmp
Add missing dependencies.
This commit is contained in:
parent
0674bab340
commit
1addc42080
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ CONFIG += staticlib
|
|||
DEFINES += YG_LIBRARY
|
||||
|
||||
ROOT_DIR = ..
|
||||
DEPENDENCIES = geometry coding base freetype fribidi
|
||||
DEPENDENCIES = geometry coding base freetype fribidi expat
|
||||
|
||||
INCLUDEPATH += $$ROOT_DIR/3party/freetype/include
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ CONFIG -= app_bundle
|
|||
TEMPLATE = app
|
||||
|
||||
ROOT_DIR = ../..
|
||||
DEPENDENCIES = qt_tstfrm map yg geometry platform coding base sgitess freetype fribidi
|
||||
DEPENDENCIES = qt_tstfrm map yg geometry platform coding base sgitess freetype fribidi expat
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue