Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Unable to Use QML AnimatedImage in OpenSource Edition
Forum Update on Monday, May 27th 2025

Unable to Use QML AnimatedImage in OpenSource Edition

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 897 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.
  • V Offline
    V Offline
    vincentloire
    wrote on 26 Feb 2015, 16:41 last edited by
    #1

    I am working with an application that is built against the community edition of Qt 4.8.4 (Windows, 32-bit, VS2010). I have a pre-built binary for this application that correctly loads all QML files and displays all widgets correctly.

    The problem lies in building the source code to this application against the above-mentioned version of Qt (using Qt VS Add-in 1.1.11 and VS2010 SP1); full compilation and linking succeeds without warnings. When I run my build of the application--in Debug or Release--the primary QML file ("main.qml") logs the following errors when loaded:

    QML AnimatedImage: Error Reading Animated Image File (full path to loadingDots.mng)
    QML AnimatedImage: Error Reading Animated Image File (full path to animatedBg.gif)

    Note 1 that the same QML files are used for the pre-built application binary and my own build of the same application. I moreover appear to have all appropriate plugins in Qt/4.8.4/plugins/imageformats.

    Note 2 I get the same errors with a completely clean, new QML/Quick application.

    It is also worth mentioning that I attempted to port this application to Qt5.4.1 (VS 2013 Update 3) and receive the same errors. Having had no issues before building QML applications on a different machine, I do not understand this issue.

    Thank you!

    1 Reply Last reply
    0

    1/1

    26 Feb 2015, 16:41

    • Login

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