Compilation fixes after rebasing

This commit is contained in:
r.kuznetsov 2015-06-16 16:52:04 +03:00
parent e4c55c17dd
commit 85fd11626d
3 changed files with 3 additions and 3 deletions

View file

@ -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)

View file

@ -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)

View file

@ -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)