forked from organicmaps/organicmaps
Compilation fixes after rebasing
This commit is contained in:
parent
e4c55c17dd
commit
85fd11626d
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ CONFIG += console warn_on
|
|||
CONFIG -= app_bundle
|
||||
TEMPLATE = app
|
||||
|
||||
DEPENDENCIES = drape_frontend drape_gui drape platform indexer geometry coding base expat
|
||||
DEPENDENCIES = drape_frontend drape platform indexer geometry coding base expat
|
||||
|
||||
ROOT_DIR = ../..
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Head project for drape develop and debuging
|
||||
ROOT_DIR = ..
|
||||
DEPENDENCIES = map drape_frontend drape_gui drape indexer storage platform geometry coding base \
|
||||
DEPENDENCIES = map drape_frontend drape indexer storage platform geometry coding base \
|
||||
freetype expat protobuf jansson fribidi tomcrypt
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
|
|
@ -12,7 +12,7 @@ DEPENDENCIES = map drape_frontend routing search storage drape indexer platform
|
|||
DEPENDENCIES *= opening_hours
|
||||
|
||||
drape {
|
||||
DEPENDENCIES *= drape_frontend drape_gui drape
|
||||
DEPENDENCIES *= drape_frontend drape
|
||||
}
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
|
Loading…
Add table
Reference in a new issue