diff --git a/3party/3party.pro b/3party/3party.pro index 03e19ac6b8..49f5a11ead 100644 --- a/3party/3party.pro +++ b/3party/3party.pro @@ -12,7 +12,8 @@ SUBDIRS = freetype fribidi minizip jansson tomcrypt protobuf osrm expat succinct # TODO(mgsrergio): Move opening hours out of 3party to the main project tree. # See https://trello.com/c/tWYSnXSS/22-opening-hours-3party-boost-test-framework. SUBDIRS *= opening_hours -CONFIG(desktop):!CONFIG(no-tests):!CONFIG(gtool):!CONFIG(osrm) { +# Disable tests for gtool profile, since it needs only routing tests. +CONFIG(desktop):!CONFIG(no-tests):!CONFIG(gtool) { opening_hours_tests.subdir = opening_hours/opening_hours_tests opening_hours_tests.depends = opening_hours SUBDIRS *= opening_hours_tests