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. Some image not display on deploy app but display running by Qtcreator
QtWS25 Last Chance

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

Scheduled Pinned Locked Moved Solved General and Desktop
image
6 Posts 3 Posters 1.6k 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.
  • H Offline
    H Offline
    helenebro
    wrote on 25 May 2016, 14:08 last edited by helenebro
    #1

    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
    0
    • V Offline
      V Offline
      VRonin
      wrote on 25 May 2016, 15:22 last edited by
      #2

      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 25 May 2016, 15:24
      1
      • V VRonin
        25 May 2016, 15:22

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

        H Offline
        H Offline
        helenebro
        wrote on 25 May 2016, 15:24 last edited by
        #3

        @VRonin
        The application is on windows 10.

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

        T 1 Reply Last reply 25 May 2016, 16:49
        0
        • H helenebro
          25 May 2016, 15:24

          @VRonin
          The application is on windows 10.

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

          T Offline
          T Offline
          the_
          wrote on 25 May 2016, 16:49 last edited by
          #4

          @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 26 May 2016, 07:15
          0
          • T the_
            25 May 2016, 16:49

            @helenebro

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

            H Offline
            H Offline
            helenebro
            wrote on 26 May 2016, 07:15 last edited by
            #5

            @the_
            Yes I use Release so qjpeg.dll

            1 Reply Last reply
            0
            • H Offline
              H Offline
              helenebro
              wrote on 26 May 2016, 08:34 last edited by
              #6

              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
              1

              6/6

              26 May 2016, 08:34

              • Login

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