summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-07-15 16:29:37 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-18 17:10:57 +0000
commit6903cad03edc7db2ed808f5a90f0e02bfca5fe7d (patch)
treee9bdce4a31cd981ccb9c563c9fca07fbad6a7739 /src/plugins/imageformats
parentd90db0f136d727f8e6b9a566eee3eae80cd7d81e (diff)
Make the ICO image format a configurable feature
... including a [-no]-ico command line option. Change-Id: I3cb13d2be72b512f72f8dcdb9de72e7a99e36e47 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'src/plugins/imageformats')
-rw-r--r--src/plugins/imageformats/imageformats.pro2
1 files changed, 1 insertions, 1 deletions
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