qt5: hook for selectively inhibiting qt5 builds

This commit is contained in:
Norman Feske 2013-08-12 15:11:44 +02:00
parent ed3187aa74
commit 7972e4587b
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@
ifeq ($(QT5_IMPORTED),)
QT5_IMPORTED = true
# hook for selectively skipping qt5 builds by the buildbot
ifneq ($(INHIBIT_QT5),)
REQUIRES += removal_of_INHIBIT_QT5_env_var
endif
# identify the qt5 repository by searching for a file that is unique for qt5
QT5_REP_DIR := $(call select_from_repositories,lib/import/import-qt5.inc)
QT5_REP_DIR := $(realpath $(dir $(QT5_REP_DIR))../..)