From d6e5ba97fa15f6182ce2ce9b04ee28fa7a4d9015 Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Tue, 14 Mar 2017 14:44:24 +0100 Subject: Build fix for -no-feature-regularexpression Change-Id: I69942195d5208985d75333a13ed0ac5ae8f595d2 Reviewed-by: Eirik Aavitsland --- src/plugins/imageformats/imageformats.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/plugins') diff --git a/src/plugins/imageformats/imageformats.pro b/src/plugins/imageformats/imageformats.pro index 118d7ea..8c79379 100644 --- a/src/plugins/imageformats/imageformats.pro +++ b/src/plugins/imageformats/imageformats.pro @@ -1,12 +1,14 @@ TEMPLATE = subdirs SUBDIRS = \ # dds \ - icns \ tga \ tiff \ wbmp \ webp +qtConfig(regularexpression): \ + SUBDIRS += icns + config_libmng: SUBDIRS += mng config_jasper { SUBDIRS += jp2 -- cgit v1.2.3