summaryrefslogtreecommitdiffstats
path: root/qtimageformats.pro
Commit message (Collapse)AuthorAgeFilesLines
* Added webp image format pluginSteven Yao2014-02-131-0/+1
| | | | | | | | | | | | | | | Also added auto test and config test. This plugin was disabled on winrt and android. [ChangeLog] Added webp image format plugin. Task-number: QTBUG-14205 Done-with: Liang Qi <liang.qi@digia.com> Change-Id: I9409e894d7fc1aef9dce4ffdff8bdf483d689774 Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Add configure test and build system files for JasPer.Jake Petroules2014-01-301-0/+1
| | | | | | Change-Id: Id3db7c5e7b3329adbea62c9d95323ead4e8a783f Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* disable module when gui is not availablev5.1.0-beta1Tasuku Suzuki2013-04-261-0/+2
| | | | | Change-Id: I18b11dd3c32697e24e82ec1f04ee9bad5e424e82 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* Cleanup doc/doc.pri that runs obsolete qdoc3v5.0.0-beta1J-P Nurmi2012-08-221-2/+0
| | | | | | | Use QMAKE_DOCS instead, if the module has docs in the future. Change-Id: I839391f1e19d24ed162840fa9932dd2b50b68151 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Enable configure tests for system libmng and libtiffLars Knoll2012-08-081-0/+4
| | | | | | | | | | | The current code didn't run the tests anymore, but was still based on the assumption that qtbase/configure set up the right configuration. Clean up the pro files for mng and tiff while we're at it. Change-Id: Iee46c183fda57ec07b60a80089af7925db959c40 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* use centralized handling of QT_BUILD_PARTSOswald Buddenhagen2012-07-091-16/+1
| | | | | Change-Id: I2de2ac4d37ab6b9eda0dfbb2802671a62120d405 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Long live the qtimageformats moduleKent Hansen2012-01-251-0/+18
This module contains plugins for image formats that aren't part of the "core" (qtbase) offering, starting with mng. Task-number: QTBUG-21869 Change-Id: I85e51ed6f84c07419b1676f9def234c36f10141f Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: aavit <qt_aavit@ovi.com>