Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-89280

qtimageformats wrong target wrapped for webp

    XMLWordPrintable

Details

    • All
    • d1819dbd36cd2abe543bb5824032b724c169a38c (qt/qtimageformats/dev) 582cf04a641d12f054f8a74887675f67d3d7e009 (qt/qtimageformats/6.0)

    Description

      FindWrapwebP.cmake

      wrapps the following:

       

      if(TARGET WebP::webp AND TARGET WebP::webpdemux AND TARGET WebP::webpmux)
       set(WrapWebP_FOUND ON)
       add_library(WrapWebP::WrapWebP INTERFACE IMPORTED)
       target_link_libraries(WrapWebP::WrapWebP INTERFACE WebP::webp WebP::webpdemux Webp::webpmux)
       return()
      endif()

       

      the problem is the target 

      WebP::webpmux

      which is not the intended library target but the executable target. 

       

      The exported library target name is 

      WebP::libwebpmux

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            kkohne Kai Köhne
            neumann-a Alexander Neumann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes