From 6903cad03edc7db2ed808f5a90f0e02bfca5fe7d Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 15 Jul 2016 16:29:37 +0200 Subject: Make the ICO image format a configurable feature ... including a [-no]-ico command line option. Change-Id: I3cb13d2be72b512f72f8dcdb9de72e7a99e36e47 Reviewed-by: Lars Knoll Reviewed-by: Oswald Buddenhagen --- src/plugins/imageformats/imageformats.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins') diff --git a/src/plugins/imageformats/imageformats.pro b/src/plugins/imageformats/imageformats.pro index 3de77c056d..f3ed37b722 100644 --- a/src/plugins/imageformats/imageformats.pro +++ b/src/plugins/imageformats/imageformats.pro @@ -1,5 +1,5 @@ TEMPLATE = subdirs -!contains(QT_CONFIG, no-ico):SUBDIRS += ico +contains(QT_CONFIG, ico): SUBDIRS += ico contains(QT_CONFIG, jpeg): SUBDIRS += jpeg contains(QT_CONFIG, gif): SUBDIRS += gif -- cgit v1.2.3