Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Qt Academy Launch in California!

    Solved Some image not display on deploy app but display running by Qtcreator

    General and Desktop
    image
    3
    6
    1321
    Loading More Posts
    • 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.
    • H
      helenebro last edited by helenebro

      Hi,
      I have a Qt application which get url image via API. When I run application with Qt creator, image is displayed but when I run .exe on deploy folder, image doesn't appear.
      For example, I have the url :

      https://upload.wikimedia.org/wikipedia/commons/c/c8/SeanConneryJune08.jpg#
      
      

      Thank you for your help

      1 Reply Last reply Reply Quote 0
      • V
        VRonin last edited by

        you have to deploy the image plugin qjpeg.dll
        What OS are you using?

        "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
        ~Napoleon Bonaparte

        On a crusade to banish setIndexWidget() from the holy land of Qt

        H 1 Reply Last reply Reply Quote 1
        • H
          helenebro @VRonin last edited by

          @VRonin
          The application is on windows 10.

          I already have qjpeg.dll file under imageformats folders (under deploy folder)

          the_ 1 Reply Last reply Reply Quote 0
          • the_
            the_ @helenebro last edited by

            @helenebro

            Did you copy the correct dll file?
            You need the *d.dll for Debug and *.dll for Release

            -- No support in PM --

            H 1 Reply Last reply Reply Quote 0
            • H
              helenebro @the_ last edited by

              @the_
              Yes I use Release so qjpeg.dll

              1 Reply Last reply Reply Quote 0
              • H
                helenebro last edited by

                I have found the problem. I have added on build folder libeay32.dll and ssleay32.dll but not on deploy folder

                1 Reply Last reply Reply Quote 1
                • First post
                  Last post