Add missing dependency on !linux

This commit is contained in:
Dmitry Marakasov 2015-10-02 21:59:43 +03:00
parent fdf5c30a3e
commit 75e8e89e02

View file

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