From 9af4cb191d9f7372fc358ce033b75d49e000db45 Mon Sep 17 00:00:00 2001 From: Stephan Binner Date: Tue, 21 Feb 2017 10:32:56 +0100 Subject: Do not build qmlplugindump for -no-feature-regularexpression Change-Id: Iac046f56bbd477d4565ab138d9e236b2dce44162 Reviewed-by: Simon Hausmann --- tools/tools.pro | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tools/tools.pro') diff --git a/tools/tools.pro b/tools/tools.pro index f3988a909a..d16888e539 100644 --- a/tools/tools.pro +++ b/tools/tools.pro @@ -15,8 +15,12 @@ SUBDIRS += \ !static: { SUBDIRS += \ qmlscene \ - qmlplugindump \ qmltime + + qtConfig(regularexpression) { + SUBDIRS += \ + qmlplugindump + } } qtHaveModule(widgets): SUBDIRS += qmleasing } -- cgit v1.2.3