diff options
author | Mark Brand <mabrand@mabrand.nl> | 2010-07-02 16:30:31 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-07-02 16:30:31 (GMT) |
commit | 51ba8332385f3abceae88ec0a7ae29ac1e875a5c (patch) | |
tree | 930c27ea6f4194bf9bc8429bfad3a5687b2653f8 /configure | |
parent | d20dcfd98602a4505624e48a64aa58c54ef65852 (diff) | |
download | Qt-51ba8332385f3abceae88ec0a7ae29ac1e875a5c.zip Qt-51ba8332385f3abceae88ec0a7ae29ac1e875a5c.tar.gz Qt-51ba8332385f3abceae88ec0a7ae29ac1e875a5c.tar.bz2 |
Split image handler plugin project files
One pri for each handler, e.g. src/gui/image/qjpeghandler.pri.
One pri for each 3rd party package, e.g src/3rdparty/libjpeg.pri.
One shared pri for zlib dependency of 3rd party packages.
This was really about image handler plugins, but PNG got the
same treatment for consistency's sake.
Also, moved image handler source files from plugins to src/gui/image
so they are with the other image handlers.
Merge-request: 715
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3636,7 +3636,7 @@ Third Party Libraries: -no-gif ............ Do not compile the plugin for GIF reading support. * -qt-gif ............ Compile the plugin for GIF reading support. - See also src/plugins/imageformats/gif/qgifhandler.h + See also src/gui/image/qgifhandler.h -no-libtiff ........ Do not compile the plugin for TIFF support. -qt-libtiff ........ Use the libtiff bundled with Qt. |