Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. GIF support on windows
Qt 6.11 is out! See what's new in the release blog

GIF support on windows

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 454 Views 1 Watching
  • 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.
  • C Offline
    C Offline
    carpajr
    wrote on last edited by
    #1

    Hello!

    I'm having some issues developing a desktop application when I try to use gif animations. I've finished the QTCreator together mingw (5.3) update but the problem persists. I tried to update mingw to last version, but QTCreator didn't found some mingw libs and fail to identify the compiler. I only have version 5.3 available here.

    When the application is executed and it tries to render a gif, this error is thrown:

    qrc:/views/auth.qml:82:9: QML AnimatedImage: Error Reading Animated Image File file://c/projects/almoxarifado/build-almoxarifado-Desktop_Qt_5_12_3_MinGW_32_bit-Debug/debug/media/interface/icon_wait_auth.gif

    I create a folder plugin/imageformats with all image libs, but not worked.

    Someone could help me?

    Best regards!

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Please use windeployqt. It should prepare all the needed files to go with your application so it can be executed properly.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      3
      • C Offline
        C Offline
        carpajr
        wrote on last edited by
        #3

        Thank you, @SGaist!

        1 Reply Last reply
        0

        • Login

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