Made the project compile on the Linux build machine.

This commit is contained in:
Timofey Danshin 2015-06-10 19:16:44 +03:00 committed by Alex Zolotarev
parent 66c0a27d16
commit dc199a2624

View file

@ -7,7 +7,7 @@ TEMPLATE = app
ROOT_DIR = ../..
DEPENDENCIES = map render gui routing search storage graphics indexer platform anim geometry coding base \
freetype fribidi expat protobuf tomcrypt jansson osrm opening_hours stats_client zlib succinct
freetype fribidi expat protobuf tomcrypt jansson osrm stats_client zlib succinct
drape {
DEPENDENCIES *= drape_frontend drape
@ -38,6 +38,7 @@ SOURCES += \
tracks_tests.cpp \
!linux* {
SOURCES += working_time_tests.cpp\
SOURCES += working_time_tests.cpp \
DEPENDENCIES *= opening_hours
}