forked from organicmaps/organicmaps
Merge pull request #121 from AMDmi3/missing-dependency
Add missing dependency
This commit is contained in:
commit
621773bcc1
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ TEMPLATE = app
|
|||
ROOT_DIR = ../..
|
||||
DEPENDENCIES = map routing search storage indexer platform geometry coding base osrm jansson protobuf tomcrypt succinct stats_client
|
||||
|
||||
# this dependency is not built on Linux
|
||||
!linux* {
|
||||
DEPENDENCIES += opening_hours
|
||||
}
|
||||
|
||||
macx-*: LIBS *= "-framework IOKit" "-framework SystemConfiguration"
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
|
Loading…
Add table
Reference in a new issue