summaryrefslogtreecommitdiff
path: root/src/plugins/imageformats/imageformats.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/imageformats/imageformats.pro')
-rw-r--r--src/plugins/imageformats/imageformats.pro23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/plugins/imageformats/imageformats.pro b/src/plugins/imageformats/imageformats.pro
deleted file mode 100644
index 4116591..0000000
--- a/src/plugins/imageformats/imageformats.pro
+++ /dev/null
@@ -1,23 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS = \
-# dds \
- tga \
- wbmp
-
-include($$OUT_PWD/../../imageformats/qtimageformats-config.pri)
-QT_FOR_CONFIG += imageformats-private
-
-qtConfig(tiff): SUBDIRS += tiff
-qtConfig(webp): SUBDIRS += webp
-
-darwin: SUBDIRS += macheif
-
-qtConfig(regularexpression): \
- SUBDIRS += icns
-
-qtConfig(mng): SUBDIRS += mng
-qtConfig(jasper) {
- SUBDIRS += jp2
-} else:darwin: {
- SUBDIRS += macjp2
-}