forked from organicmaps/organicmaps
Made the project compile on the Linux build machine.
This commit is contained in:
parent
66c0a27d16
commit
dc199a2624
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue