Remove the WebP format

This will be in Qt 5.3.

REVIEW: 116026
This commit is contained in:
Alex Merry
2014-02-24 17:07:01 +00:00
parent 89a3e64c0e
commit 6375160828
17 changed files with 0 additions and 538 deletions

View File

@ -44,12 +44,6 @@ set_package_properties(OpenEXR PROPERTIES
PURPOSE "Required for the QImage plugin for OpenEXR images"
)
find_package(WebP COMPONENTS WebP)
set_package_properties(WebP PROPERTIES
TYPE OPTIONAL
PURPOSE "Required for the QImage plugin for WebP images"
)
add_subdirectory(src)
if (BUILD_TESTING)
add_subdirectory(autotests)