summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/imageformats.pro
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2014-01-06 07:52:54 -0500
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-11 10:37:49 +0100
commit95b6cf26837dba0ac215db552ce47031f3abfc6e (patch)
tree1ed59372fc06dd9da780c84c0229e2cc99bf94b7 /src/plugins/imageformats/imageformats.pro
parent5c4036eeb2ecdfdac5a403ce43bdd1b0c9a53efb (diff)
Add JPEG 2000 plugin.
It is moving from Qt Solutions. Change-Id: Ie0dc44d258597f871544fa43238528f42628b799 Reviewed-by: Jake Petroules <jake.petroules@petroules.com> Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
Diffstat (limited to 'src/plugins/imageformats/imageformats.pro')
-rw-r--r--src/plugins/imageformats/imageformats.pro11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/plugins/imageformats/imageformats.pro b/src/plugins/imageformats/imageformats.pro
index c6aa409..01d2ac0 100644
--- a/src/plugins/imageformats/imageformats.pro
+++ b/src/plugins/imageformats/imageformats.pro
@@ -1,11 +1,14 @@
TEMPLATE = subdirs
SUBDIRS = \
- tga \
- wbmp \
+ dds \
+ icns \
+ jp2 \
mng \
+ tga \
tiff \
- dds \
- icns
+ wbmp
+
+wince:SUBDIRS -= jp2
winrt {
SUBDIRS -= tiff \