Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. QT 5.12.11 add mng support

QT 5.12.11 add mng support

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
3 Posts 2 Posters 934 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    lgxiao
    wrote on last edited by
    #1

    Hi,I have to use mng format in the work. I use qt 5.12.11 , not find mng support. I found imageformats the Qt Image Format module has the code of mng,I change the qtimageformats-config.pri and open the mng support (QT.imageformats_private.enabled_features = tiff webp mng),but it will changed to " QT.imageformats_private.enabled_features = tiff webp" when code building. I appreciate your help.

    jsulmJ 1 Reply Last reply
    0
    • L lgxiao

      Hi,I have to use mng format in the work. I use qt 5.12.11 , not find mng support. I found imageformats the Qt Image Format module has the code of mng,I change the qtimageformats-config.pri and open the mng support (QT.imageformats_private.enabled_features = tiff webp mng),but it will changed to " QT.imageformats_private.enabled_features = tiff webp" when code building. I appreciate your help.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @lgxiao said in QT 5.12.11 add mng support:

      when code building

      Then please check the config.log file - probably something is missing (some library), so it is disabled.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • L Offline
        L Offline
        lgxiao
        wrote on last edited by
        #3

        @jsulm said in QT 5.12.11 add mng support:

        Then please check the config.log file - probably something is missing (some library), so it is disabled.

        Thank you for your advice. Finally , I found the disable configuration is in "/src/imageformats/configure.json" , change the mng condition to features.imageformatplugin ,this works.

        1 Reply Last reply
        1

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved