opening_hours_tests does not break build any more.

But opening_hours_tests should still be build manually.
This commit is contained in:
Sergey Magidovich 2015-10-16 12:17:28 +03:00
parent 5261c28ff4
commit 338b51eae6
2 changed files with 4 additions and 3 deletions

View file

@ -6,8 +6,10 @@ SUBDIRS = freetype fribidi minizip jansson tomcrypt protobuf osrm expat \
succinct \
!linux* {
SUBDIRS += opening_hours \
opening_hours/opening_hours_tests \
SUBDIRS += opening_hours
CONFIG(desktop):!CONFIG(no-tests) {
SUBDIRS += opening_hours/opening_hours_tests
}
}
!iphone*:!tizen*:!android* {

View file

@ -14,5 +14,4 @@ ROOT_DIR = ../..
include($$ROOT_DIR/common.pri)
SOURCES += osm_time_range.cpp
HEADERS += osm_time_range.hpp